Is there any way i can backup all my Project to S3
Is there any way i can backup all my Project to S3 every day?
8 Replies
Why whould you need to backup the projects? Or you mean like WP instanced or so, most of info are in a DB right?
And you can backup configs I think
I think this would be better to use the backup feature of the server.
Because my Appliction are important to me - i need to backup those. isn't is basic needs for someone?
I think most of users deploy from somewhere and has that info backed up, for us github, we have obv backups for all repos but the deployment server itself no, no backups as it will just take us 5min again redeploying an app in case of a casastrophy
@Adde Is there a way to backup database when service have the app and the database in the same docker-compose ? Or should we split them ? For example with Cal.com integration
A way to backup the database volumes ?
Should I create a Database service and then connect calcom container to it ?
It's the same for Metabase or Zitadel Integration.
Yeah for sure if you can create a DB service for it you should as they (what I know) do have automatic backups already!
Just remember that on building/startup containers doesnt have access to one another so if your app relys on the DB you need to expose the db to the web and then connect the app to it that way
I see I see, it could be great to have a docker network specifically made to share container/service without the need of making them public
And also allow multiple databases inside one database service instance to not have to pop 3 databases for low I/O services
Seems that we can setup multiple backups for multiple database but can't create them
Not sure but i thing the network thing are quite hard to fix