Databases
Database restore
Restoring MariaDB database from db archive.
-
Before restore
The panel automatically creates a safety backup before restore. Verify archive is type db and matches the project.
-
Restore
In backup table click Restore next to the db archive and confirm. Restore overwrites current database data.
-
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;'