-
|
I'd like to do backups to be able to restore and not re-register/re-link. Can I do this while the container is running? Do I need to actually backup periodically or just when adding a new account? |
Beta Was this translation helpful? Give feedback.
Answered by
bbernhard
Jan 17, 2026
Replies: 1 comment
-
|
I'd suggest to create a regular backup. Since the backup also contains a sqlite database, I'd suggest to stop the docker container before performing the backup. That way you can be sure that no process is writing to the db while you take the backup. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bexelbie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd suggest to create a regular backup. Since the backup also contains a sqlite database, I'd suggest to stop the docker container before performing the backup. That way you can be sure that no process is writing to the db while you take the backup.