Versions Compared

Key

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

...

3. Install the latest DualShield server with EXACTLY the same FQDN as the old machine - Please refer to Installation on Linux Console

4. Stop the DualShield service 

Code Block
sudo systemctl stop dualshield



5. If the DualShield uses a local MySQL database, then copy the database file "dualshield.sql" from the old Windows machine to the new home folder of the Linux machine, and import it into the database

Code Block
    cd C:\Program Files\Deepnet DualShield\mysql\bin\/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 < c:\/home/administrator/dualshield.sql


6. Copy the following files from the old machine:

...