[GH-ISSUE #4187] Not starting after updating #1810

Closed
opened 2026-03-03 02:12:24 +03:00 by kerem · 0 comments
Owner

Originally created by @niklask52t on GitHub (Dec 20, 2023).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/4187

Subject of the issue

Not starting after updating

Deployment environment

I have the container with following konfiguration

docker run -d --restart=always --name vaultwarden \
  -e DOMAIN=https://DOMAIN \
  -e SMTP_HOST=smtp.HOST.MAIL \
  -e SMTP_FROM=mail@MAIL.MAIL \
  -e SMTP_PORT=465 \
  -e SMTP_SSL=false \
  -e SMTP_EXPLICIT_TLS=true \
  -e SMTP_USERNAME=mail@MAIL.MAIL \
  -e SMTP_PASSWORD=PASSWORD\
  -e SIGNUPS_ALLOWED=false \
  -e SIGNUPS_VERIFY=true \
  -e TRASH_AUTO_DELETE_DAYS=7 \
  -v /DATAPATH/:/data/ \
  -p IP:PORT \
  vaultwarden/server:latest

it was running fine, but everytime i try to update it, the container is not starting after and keep restarting

  • vaultwarden version: 2023.5.0

  • Install method: Docker

Originally created by @niklask52t on GitHub (Dec 20, 2023). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/4187 ### Subject of the issue Not starting after updating ### Deployment environment I have the container with following konfiguration ``` docker run -d --restart=always --name vaultwarden \ -e DOMAIN=https://DOMAIN \ -e SMTP_HOST=smtp.HOST.MAIL \ -e SMTP_FROM=mail@MAIL.MAIL \ -e SMTP_PORT=465 \ -e SMTP_SSL=false \ -e SMTP_EXPLICIT_TLS=true \ -e SMTP_USERNAME=mail@MAIL.MAIL \ -e SMTP_PASSWORD=PASSWORD\ -e SIGNUPS_ALLOWED=false \ -e SIGNUPS_VERIFY=true \ -e TRASH_AUTO_DELETE_DAYS=7 \ -v /DATAPATH/:/data/ \ -p IP:PORT \ vaultwarden/server:latest ``` it was running fine, but everytime i try to update it, the container is not starting after and keep restarting * vaultwarden version: 2023.5.0 * Install method: Docker
kerem closed this issue 2026-03-03 02:12:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#1810
No description provided.