(0000948)
|
bchambers
|
2013-07-21 18:19
(edited on: 2013-08-15 08:32) |
|
Support has been added for system MySQL database, however, configlets have to be added manually for either the backup or restore process.
For backing up a System MySQL database (eg. Zarafa, reports, mail archive etc.). The following example will be for Zarafa database, however, any database using the System MySQL sandbox could be used.
type = 102
sub-type = 203
username = "zarafa"
password = "PASSWORD"
db-name = "zarafa"
mode = 1
To a new file /etc/rbs/config.d/rbs_quickpick_system_mysql-backup.ini
To find your Zarafa database password, use:
cat /var/clearos/system_database/zarafa
With this configlet added, a database dump of the database defined in the configlet will be made on backups.
To restore, change the filename to '-restore' and change the mode to 2.
|
|