Versions Compared

Key

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

To produce a full online backup of the Platform the Platform databases when running Derby, use the the following  mzsh  command:

Code Block
languagetext
themeEclipse
$ mzsh mzadmin/<password> derbybackup <backup directory>

...

Tip
titleHint!

One way of performing regular backups is to create a script that runs the  derbybackup  command and includes a date as part of the directory name. The script may be called at a regular interval, for instance, once a day, by adding and scheduling a script executor in a  Task Workflow  in the  Workflow Editor .

...