Replies: 1 comment 8 replies
-
|
Why not use the backup function of coolify itself? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I deploy services with separated postgresql databases (I like to have them separated) via docker-compose. To backup them, I found this docker file that does plain old postgres daily backups:
I then backup these service-specific folders with the dumps there e.g. via duplicity:
Beta Was this translation helpful? Give feedback.
All reactions