Proper way to backup HomeBox to upgrade to 0.19? #700
-
I run Homebox 0.18 and would like to upgrade my container to 0.19 but I'm curious what is the recommended way to backup before upgrading? |
Beta Was this translation helpful? Give feedback.
Answered by
tonyaellie
May 15, 2025
Replies: 1 comment
-
If your using volumes you can have a read of https://sysadminsjournal.com/backing-up-docker-volumes-with-ease/ or https://docs.docker.com/engine/storage/volumes/#back-up-restore-or-migrate-data-volumes if you don't use volumes you should be able to just stop the container, copy the mount to somewhere and then start it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tankerkiller125
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If your using volumes you can have a read of https://sysadminsjournal.com/backing-up-docker-volumes-with-ease/ or https://docs.docker.com/engine/storage/volumes/#back-up-restore-or-migrate-data-volumes if you don't use volumes you should be able to just stop the container, copy the mount to somewhere and then start it.