Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. Install the latest DualShield server with EXACTLY the same FQDN as the one on the  old machine - Please refer to Installation on Linux Console . Please note If if you are using an external SQL database such as MS SQL but you are not planning on moving to a new SQL server then make sure you use a different name when you get to the section on creating a new database, to avoid corruption to the current live database.

...

Expand
titleImportant information for Ubuntu users

You will need to install libncurses5 dependency, before continuing.

Code Block
sudo apt-get install libncurses5

For Ubuntu 24.04: (You may need to sudo su first)

Code Block
sudo echo "deb http://security.ubuntu.com/ubuntu focal-security main universe" | >sudo tee /etc/apt/sources.list.d/ubuntu-focal-sources.list
sudo apt-get update
sudo apt-get install libncurses5



...