Containers broken after restore from backup
Posted: Fri Dec 01, 2023 10:49 pm
I had to reset my config and restore form a recent backup config, and while almost everything worked right again containers are not starting.
- Containers are all in stopped state
- Starting a container never changes the status. No error from the command, but immediately checking the status afterwards shows it remained stopped.
- Despite the containers having logging turned on, the only log messages found are the output from the first container downloading and starting successfully, except that container immediately stops afterwards.
- No other container log messages are ever logged after this. Nor are any other error messages logged in general.
- None of the containers after the first one appear to have even tried to download, as there is no log output for those at all.
- In all other experiences with containers not starting the behavior was very different. For example if there was a problem a container would show it was starting until it failed to start and transitioned back to stopped. There would also be log messages from the container that gave clues as to why. Not this time.