We currently rely on gandi snapshots for both the mysql DB and the wordpress media files. We therefore have a SPOF on gandi hosting.
We should copy the backup offsite (e.g., via sftp) and include it in our regular backups.
Description
Description
Related Objects
Related Objects
- Mentioned In
- T91: puppetize backup of the public SWH website
Event Timeline
Comment Actions
This is now done. Some details:
- added an SSH key to our gandi account, specifically for the backup (it is in the credential store at operations/gandi.net/simple-hosting/backup-key)
- there is a backup that retrieve all of our website via sftp at moma:/usr/local/bin/swh-website-backup
- the backup configuration file is at moma:/etc/softwareheritage/website/backup.conf
- there is a crontab for swhbackup@moma, running the backup daily