...
Code Block |
---|
sudo systemctl stop dualshield |
On the old Windows machine:
...
Code Block | ||
---|---|---|
| ||
cd C:\Program Files\Deepnet DualShield\mysql\bin\
mysqldump -uroot -p dualshield > c:\dualshield.sql |
5. If the DualShield uses a local MySQL database, then copy the database file "dualshield.sql" from the Windows machine to the home folder of the Linux machine, and import it into the database
...
Expand | ||
---|---|---|
| ||
You will need to install libncurses5 dependency, |
...
before continuing.
For Ubuntu 24.04: (You may need to sudo su first)
|
On the old Windows machine:
3. Stop the DualShield service
4. If the DualShield uses a local MySQL database, then export the DaulShield database
Code Block | ||
---|---|---|
| ||
cd C:\Program Files\Deepnet DualShield\mysql\bin\
mysqldump -uroot -p dualshield > c:\dualshield.sql |
om the Windows machine to the home folder of the Linux machine, and import it into the database
You can then 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
...