mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #1090] How check installed version? #769
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
pull-request
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#769
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 @mikkelnl on GitHub (Aug 9, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1090
Sorry for being a noob here ;-) but I was wondering how I can check which version I am running?
Bit info on my setup: I run the container on a synology nas via the docker package, and I usually update by exporting the settings, re-downloading the latest image from bitwardenrs/servers:latest, importing the settings and start the container.
I usually check updates via https://github.com/dani-garcia/bitwarden_rs/releases/
Is there any way to see which version is currently running? Maybe via a terminal command?
@TheGreatestJannet commented on GitHub (Aug 9, 2020):
It is shown in the admin page if it is enabled.
@dani-garcia commented on GitHub (Aug 11, 2020):
Also printed on the logs just as the server starts.
@bfcns commented on GitHub (Apr 29, 2025):
docker exec -it vaultwarden ./vaultwarden --version@acwrobel1 commented on GitHub (Apr 29, 2025):
You can also see the installed version on the portal login/unlock screen.
@BlackDex commented on GitHub (Apr 29, 2025):
That is only the web-vault version, not the Vaultwarden version, which is not the same.
@febryanvaldo commented on GitHub (May 28, 2025):
The easy way
Inspecting through RepoDigest,
Search for
"org.opencontainers.image.version": "YourVaultwardenVersionHere"@BlackDex commented on GitHub (May 28, 2025):
Or,
/admin/diagnostics@l4rm4nd commented on GitHub (Jun 7, 2025):
Or via API endpoint:
@EricDuminil commented on GitHub (Jul 17, 2025):
@l4rm4nd : Thanks. No
admin/needed, which I explicitly do not want to enable.