Skip to content

System Backup Configuration

To configure system backup:

1. Navigate to SolusVM > Configuration > System Backup

2. Specify FTP settings of the FTP server and click Update

To restore backup:

1. Download the backup file from FTP server to master server and extract the zip file.

2. It will have two files: database.gz and solusvm.conf

3. Extract the database file:

gunzip database.gz
4. Fetch the current database details from server /usr/local/solusvm/includes/solusvm.conf

5. Restore database:

mysql --user=USER --password=PASSWORD DATABASENAME \< database

Back to top