We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Restoring backup files (markdown)
This solves the issue in discussion #279 and issue #278. The volume name used in compose file is "changedetection-data" which translates to "changedetectionio_changedetection-data" after adding the container/app name i.e "changedetectionio". The previous command in the wiki refers to an unknown volume named "datastore-volume" leading to creation of new volume by python-slim containers and unzipping the backup file into it. This didn't lead to restoring of back-up into the intended volume. The new command proposed fixes this issue.
change volume name to "datastore-volume"
Fixed volume name.
Fixed container name.
re https://github.com/dgtlmoon/changedetection.io/issues/130#issuecomment-896161091
add override option
Created Restoring backup files (markdown)