Restoring from backup:
- Main restore workflow:
- Open CMS tool "Files" with builtin administrator logged
- Click on volume "Site"
- Upload file cms.tar.gz to root of volume "Site". Warning - maximim upload size is defined in php.ini file variable upload_max_filesize. If it is too less to upload cms.tar.gz file - change it or use another method to upload this archive file to server.
- Run unix shell command in virtual server document root folder: gunzip cms.tar.gz
- Run unix shell command in virtual server document root folder: tar -xvf cms.tar
- Open CMS tool "Setup" with builtin administrator logged
- Select "Data base" tab
- Press button "Import CMS DB". If DB is corrupted recreate it pressing button "Create CMS DB" and then "Import CMS DB"
- Optional restore MySQL DB from backup (in general it is not necessary because CMS database is allready restored with "Import CMS DB"):
- Restore from backup using MySQL admin tool or
- Restore from backup using MySQL Workbench tool or
- Restore from backup using mysqldump program