mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-02 22:57:18 -05:00
[NOTE] Update to the latest version before reporting an issue #830
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#830
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BlackDex on GitHub (Oct 11, 2020).
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
latestwhich 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
.
latestversion running and checked all Closed issues ortestingbefore reporting an issue.Also, check the commits done since the
latestrelease which are intesting, it could be that a bug you run into is already fixed, but they are not yet released as a new versionIf 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/serverIt 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_rsare 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.