-
-
Notifications
You must be signed in to change notification settings - Fork 2k
bug report: Improper restarts #3886
Copy link
Copy link
Closed
Labels
area/scriptsbug/solution proposedA bug report, whose bug is confirmed, and an unverified solution was proposedA bug report, whose bug is confirmed, and an unverified solution was proposedissue/likely user-related misconfigurationThis issue is likely the result of a misconfiguration on the user's endThis issue is likely the result of a misconfiguration on the user's endissue/limited supportDue to a specific configuration on the user side only limited support is offeredDue to a specific configuration on the user side only limited support is offeredkind/bug/reportA report about a bugA report about a bugkind/questionSomeone asked a question - feel free to answerSomeone asked a question - feel free to answerservice/dovecotservice/security/amavisservice/security/rspamdstale-bot/ignoreIndicates that this issue / PR shall not be closed by our stale-checking CIIndicates that this issue / PR shall not be closed by our stale-checking CI
Metadata
Metadata
Assignees
Labels
area/scriptsbug/solution proposedA bug report, whose bug is confirmed, and an unverified solution was proposedA bug report, whose bug is confirmed, and an unverified solution was proposedissue/likely user-related misconfigurationThis issue is likely the result of a misconfiguration on the user's endThis issue is likely the result of a misconfiguration on the user's endissue/limited supportDue to a specific configuration on the user side only limited support is offeredDue to a specific configuration on the user side only limited support is offeredkind/bug/reportA report about a bugA report about a bugkind/questionSomeone asked a question - feel free to answerSomeone asked a question - feel free to answerservice/dovecotservice/security/amavisservice/security/rspamdstale-bot/ignoreIndicates that this issue / PR shall not be closed by our stale-checking CIIndicates that this issue / PR shall not be closed by our stale-checking CI
📝 Preliminary Checks
👀 What Happened?
I'm doing a docker restart (e.g.
docker restart <container>ordocker compose restart <service>) but on startup it logs:If not this, then what would be a clean way to restart? Of course
docker compose up -d --force-recreate <service>works, but that recreates the container, not really a restart.Additionally, as a result of this "improper restart" I also get these errors that I don't get on normal startup:
After this, is it in a messed up state? And should I recreate the container?
👟 Reproduction Steps
No response
🐋 DMS Version
v13.3.1
💻 Operating System and Architecture
FedoraCoreOS 39 x86_64
⚙️ Container configuration files
📜 Relevant log output
Improvements to this form?
No response