Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SyncBackPro on Promethium (managed by Chuck and Ponce) finally copies the S3 file to a local network storage mount (/media/SciHist_Digicoll_Backup), and that gets backed up to tape.

Restoring from a logical (.sql) database dump.

In the unlikely event you have to restore from a logical backup, because you can’t use the continuous protection rollback, and all the dumps managed by Heroku are somehow unavailable, download the logical backup from s3, and run:

heroku pg:psql --app scihist_digicoll_production < logical_backup.sql

Historical notes

Prior to moving off our Ansible-managed servers, we used backup mechanisms that used to be performed by cron jobs installed by Ansible.Backups and Recovery contains a summary of our pre-Heroku backup infrastructure.

...