Replies: 1 comment
-
I run an accessory that handle the automatic backup and uploads it to an S3 bucket
Here's a post talking about it https://www.botzenhart.io/articles/how-to-deal-with-postgresql-backups-using-kamal |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am currently in the process of deploying a Rails application using Kamal. The app is structured with three Docker images: Rails, Redis, and PostgreSQL. As I prepare for production, my main concern is to set up automated backups.
While I am technically equipped to implement this, I wonder if there's a specific "Kamal way" to handle interactions with accessories like backups. Can I write custom kamal commands like
kamal accessory db backup
?I'm particularly interested in methods that avoid the need to manually provision the server with cron jobs and backup scripts. How are others in the community approaching this? Are you deployed with Docker and managing your own backups, or are you using a service like RDS?
I'm curious to learn about the different strategies and would greatly appreciate your insights.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions