Versions Compared

Key

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

To move a DualShield server to a new machine that runs on a different OS from the old machine, you basically need to install a fresh new 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 old Windows machine:

1. Stop the DualShield service

2. If the DualShield uses a local MySQL database, then export the DaulShield database 

Code Block
languagepowershell
    cd C:\Program Files\Deepnet DualShield\mysql\bin\
    mysqldump -uroot -p dualshield > c:\dualshield.sql

On the new MachineLinux box:

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

4. Stop the DualShield service 

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

...