Restoring From Backup

    Restoring from backup:

    • Main restore workflow:
      1. Open CMS tool "Files" with builtin administrator logged
      2. Click on volume "Site"
      3. 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.
      4. Run unix shell command in virtual server document root folder: gunzip cms.tar.gz
      5. Run unix shell command in virtual server document root folder: tar -xvf cms.tar
      6. Open CMS tool "Setup" with builtin administrator logged
      7. Select "Data base" tab
      8. 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
    Vulnerability Scanner