To move a DualShield server to a new machine that runs on a different OS from the old machine, you need to install a fresh DualShield server on the new machine, then transfer the DualShield database and some other files from the old machine to the new machine. Below is the guide in steps.
On the new Linux box:
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
2. Stop the DualShield service
sudo systemctl stop dualshield
You will need to install libncurses5 dependency, before continuing.
If the DualShield uses a local MySQL database, then export the DaulShield database
cd C:\Program Files\Deepnet DualShield\mysql\bin\
mysqldump -uroot -p dualshield > c:\dualshield.sql
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
cd /opt/dualshield/mysql/bin/
./mysql -uroot -p -e "drop database dualshield"
./mysql -uroot -p -e "create database dualshield DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci"
./mysql -uroot -p dualshield < /home/[username]/dualshield.sql
6. Copy the following files from the Windows machine to the home folder of the Linux machine: