You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The variable exit_code is never set and thus results in an error during check_exit_code. Either removing this check or setting the variable based on the output of a command should resolve this.
Besides the issue of exit_code being empty as far as I can tell there is no code actually responsible for backing up the CouchDB instance. I would expect this to happen somewhere in 10-db-backup:532-537. However I could be wrong about this.
The text was updated successfully, but these errors were encountered:
Summary
The backup process for a CouchDB instance stops due to an "error" after the
compression
-step and during thecheck_exit_code
-step.Steps to reproduce
Setup a Docker instance of
db-backup
to backup a CouchDB instance. Use simple environment variables as listed under Environment.Relevant logs and/or screenshots
Note that the
exit_code
variable is empty (non-existent).Partial log
Environment
Environment variables
Possible fixes
The variable
exit_code
is never set and thus results in an error duringcheck_exit_code
. Either removing this check or setting the variable based on the output of a command should resolve this.Besides the issue of
exit_code
being empty as far as I can tell there is no code actually responsible for backing up the CouchDB instance. I would expect this to happen somewhere in 10-db-backup:532-537. However I could be wrong about this.The text was updated successfully, but these errors were encountered: