-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
The bot stores some data in postgres, so we need to think about backups.
Right now it's running on a free Heroku "hobby-dev" account, which means that Heroku keeps some kind of WAL logs but AFAICT doesn't offer any way to access them (??), and also Heroku will keep one week of daily backups for us if we enable it (which I have).
This isn't too bad. I'm a bit uncomfortable with the idea that heroku is a single-point-of-failure, but honestly they're probably more reliable than anything a shoestring volunteer project like ours could do. But it wouldn't hurt to stick a cron-job somewhere that fetches the backups offsite, just in case.
Metadata
Metadata
Assignees
Labels
No labels