[NOTE] Update to the latest version before reporting an issue

Author: BlackDexCreated Oct 11, 2020Updated Aug 3, 2025
Labelsnotes

Hello all,

Vaultwarden is an actively development project. Sometimes there are a lot of updates, and sometimes a bit less. That could mean you might have an older version of Vaultwarden running or, you are using latest which might not have all recent fixes and patches.

Because of all these changes, most issues (not all) are probably because you do not have the Vaultwarden server updated to the latest version available which has these fixes in place.

The current latest version is: Commits since latest release:

Please make sure you have either the latest version running and checked all Closed issues or testing before reporting an issue. Also, check the commits done since the latest release which are in testing, it could be that a bug you run into is already fixed, but they are not yet released as a new version .

If after updating to the latest version and checking the commits done since the latest release of Vaultwarden and you still encounter these same issue, please go ahead and post a new topic on the Discussions or here at the issues page.

Thanks for all your support.

New docker multi database support for Debian and Alpine

Only one image: vaultwarden/server

It contains support for SQLite, MySQL and PostgreSQL all in one! Supports AMD64, ARMv6, ARMv7 and ARMv8 (Aarch64), and all architectures support all database backends!.

Note: The old bitwarden_rs are no longer available!

Which tag to use:

  • vaultwarden/server:latest: Tracks the latest released version (i.e., tagged with a version number). Recommended for most users, and generally the most stable.
  • vaultwarden/server:testing: Tracks the latest commits to the source repository. Recommended for users who want early access to the newest features or enhancements. Generally pretty stable, but occasional issues are unavoidable.
  • vaultwarden/server:x.y.z: Represents a specific released version. Prefer to use latest to keep up-to-date.

Alpine base

  • vaultwarden/server:alpine, vaultwarden/server:testing-alpine, vaultwarden/server:x.y.z-alpine: Functionally the same as the above images, but based on Alpine instead of Debian, which results in a smaller image and sometimes less security issues in the base image.