...
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 | ||||
---|---|---|---|---|
| ||||
You will need to install libncurses5 dependency, before continuing.
For Ubuntu 24.04: (You may need to sudo su first)
|
...
Expand | |||||||
---|---|---|---|---|---|---|---|
| |||||||
If the DualShield uses a local MySQL database, then export the DaulShield database
Copy the database file "dualshield.sql" from the Windows machine to the home folder of the Linux machine, and import it into the database Run the following commands to import the dualshield.sql file... (for the last command replace [username] with the account name used to log into Linux CLI
|
Expand | ||
---|---|---|
| ||
Backup your original database and restore to the new one. https://learn.microsoft.com/en-us/sql/relational-databases/backup-restore/quickstart-backup-restore-database?view=sql-server-ver16&tabs=ssms |
4. Copy the following files from the Windows machine to the home folder of the Linux machine:
...