Guides

Practical step-by-step instructions for developers and system administrators — installation, maintenance, PHP, projects and troubleshooting.

Database restore

Restoring MariaDB database from db archive.

  1. Before restore

    The panel automatically creates a safety backup before restore. Verify archive is type db and matches the project.

  2. Restore

    In backup table click Restore next to the db archive and confirm. Restore overwrites current database data.

  3. Verification

    Open Adminer or the app and verify data. If restore fails, check task log and that MariaDB service is running.

    systemctl status mariadb
    mysql -u root -e 'SHOW DATABASES;'