Script to automatically run backups for the Wiki.
This script is run on a crontask inside the FCR_Wiki GCloud Compute Engine VM. It is run every day at 3:00 AM.
Backups are stored under the backups
director under the home folder. The backups are titled as backup_<date>.sqlite
.
While the backups are underway, the wiki will be locked for editing to prevent data corruption. Editors may notice a small delay in saving their edits. Readers should be unaffected.
- Manual:SqliteMaintenance.php: Used to backup the database
- Manual:Backing up a wiki
- Manual:Restoring a Wiki from Backup