Replies: 1 comment 1 reply
-
To avoid database corruption, it is generally recommended to stop the container to make backups when using SQLite as the database backend (the default). If your using a postgres database container it's also possible to use pg_dump in the container, put the output in a volume that the host can read, and backup that volume and then backing up the data volume for homebox that contains the attachments separately with no downtime at all. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
if I want to have periodic backing up is it required to stop the docker container each backup?
Beta Was this translation helpful? Give feedback.
All reactions