Versions Compared

Key

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

Create a Backup via Command Line

You can make a backup at any time manually (even when the custo diagnostic server is running). To do so, you need the password of the database, as in "Restore the Backup". The following command is used for this:

...

This command creates the file backup.sql which contains a backup of the database diagdb.

Create a Backup via Service Center

custo diagnosic Users who have access to the custo Service Center can start a Backup immediately via the daily planned backup task.

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 right pane the task "backupDB" (2).
Single click on the task and click on "Start" (3).

The custo diagnostic server will create an backup of the database immediately. The task has finished when a new zip file for a backup exists. Please Note: No progress bar will be displayed here.

Image Added

Restore the Backup

In the diagserverdata directory there are SQL scripts in the "backup" directory that represent a backup of the entire custo diagnostic database in MariaDB. These scripts can be used for reimport and backup purposes. However, it may be necessary to make a backup before importing the backup itself (see "Create a Backup")

...