epicweb-dev / epic-stack

This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea.
https://www.epicweb.dev/epic-stack
MIT License
4.22k stars 348 forks source link

[Docs] Documentation / examples of backing up database #480

Closed matt-winfield closed 9 months ago

matt-winfield commented 9 months ago

Backups of databases are important. It would be great to have some documentation about how to do this:

  1. Manually backing up
  2. Automatically saving a backup (e.g. to an S3 bucket) daily or as part of deployment pipeline
  3. Restoring from a backup
kentcdodds commented 9 months ago

Yes! Definitely need to have a docs section that points people to https://fly.io/docs/litefs/cloud-backups/

I'm hoping to record a video demonstrating how to do this as well