New ask Hacker News story: Ask HN: How do you backup your production databases?
Ask HN: How do you backup your production databases?
2 by Kovah | 2 comments on Hacker News.
For me, backups of the database are probably the most crucial asset any web service can have. And there are like 1000 ways to make backups of that data. I would like to know how others handle database backups, especially in Docker-based environments. - Which tools do you use? Which ones should be avoided? - Where do you store the data and how do you handle the connection between your servers and that other location? - What about the schedule, and do you use multiple backup locations? - How does one make sure the backups are monitored and, most important, can be actually used to restore a production database? - Are there any pitfalls everyone should know when doing backups for MySQL, PostgreSQL, SQLite,...?
2 by Kovah | 2 comments on Hacker News.
For me, backups of the database are probably the most crucial asset any web service can have. And there are like 1000 ways to make backups of that data. I would like to know how others handle database backups, especially in Docker-based environments. - Which tools do you use? Which ones should be avoided? - Where do you store the data and how do you handle the connection between your servers and that other location? - What about the schedule, and do you use multiple backup locations? - How does one make sure the backups are monitored and, most important, can be actually used to restore a production database? - Are there any pitfalls everyone should know when doing backups for MySQL, PostgreSQL, SQLite,...?
Comments
Post a Comment