...
You have to login to the custo Service Center and open the menu in the left pane "Tasks" and click on "Scheduler" (1).
Than you have to search in the left right pane the task "backupDB" (2).
Single click on the task and click on "Start" (3).
...
Code Block | ||||
---|---|---|---|---|
| ||||
"Path-to-mysql-bin-Directory"\mysql.exe" -uroot -p<Password> diagdb < "Path-to-Backup-Files"\YYYY-MM-DD.db.backup.sql" |
Code Block | ||||
---|---|---|---|---|
| ||||
"C:\Program Files\custo diagnostic server\mariadb\bin\mysql.exe" -uroot -pSECRET diagdb < "C:\diagserverdata\backup\2020-04-22.db.backup.sql" |
...