The Online Backup Client lets you restore the MySQL instances it has backed up. Note that the whole instance is restored (it is not possible to select a particular database, file or table from it).
You can recover MySQL to either of the following:
- To the original location. In this case, the Online Backup Client should be able to stop the MySQL server being restored (if it's running).
- To a new location. In this case, you will need to move the files to an appropriate folder where MySQL can recognize them. Please do not forget to stop the MySQL server before doing it.
Starting the MySQL server on Security-Enhanced Linux after recovery
SELinux may prevent the MySQL Server Daemon from accessing the database files after recovery. It results in error #13: Can't open the mysql plugin table. Please run mysql_upgrade to create it.
To resolve the error, you should reset the security context of the database files using the restorecon program.
restorecon -Rv /var/lib/mysql
It may also be necessary to repeat the command for other files and directories which have been restored.
Use the man restorecon
command to get additional information about restorecon.
Note: Online Backup (Datashield) is a legacy product only available to older Atera accounts. For newer backup solutions, check this page.