Simple one-click backup & restore of SilverStripe MySQL databases from within the CMS.
This module provides a CMS panel (for Admins only) with buttons to Backup and Restore the current database.
Ideal for when you need to pull down a copy of the live database but don't have direct access.
This module does NOT require mysqldump command-line utility, unlike some other similar modules.
Install via composer. There will be a new Backup/Restore panel in the main CMS menu.
There is an excluded_tables
option which can be used to omit certain tables if needed. Eg in config.yml
:
BackupRestore:
excluded_tables:
- SubmittedFormField
This module stores database dump files in /assets/_db, and it creates an .htacess file to prevent web access.
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem