Closed bswinnerton closed 6 years ago
Yes, that is a good idea.
Implemented and available.
Are you sure that it works? I'm using version 1.2.1 and last night the backup failed to push the data via FTPS (I'm not sure why) and the containers stayed down after the failed backup.
I will check.
The solution has been refactored and tested after issue #56.
Old script already fails when one of the containers fails to either stop or start or being not available anymore.
New script ignores docker failures and starts available containers.
The solution has been refactored and tested after issue #56.
Old script already fails when one of the containers fails to either stop or start or being not available anymore.
New script ignores docker failures and starts available containers.
Thanks a lot for your work! I will update and check.
Sorry, found the culprit when implementing #57.
You will have to upgrade to version 1.4.2 at least.
I've noticed that when a backup fails (in my case it's due to the underlying mount point being unavailable), the docker containers that are automatically stopped are not restarted:
Would it be possible to ensure that docker containers are started back up even when there is an error backing up?