v1.21.0 release and project rename to Vaultwarden #1642
Replies: 17 comments 41 replies
-
Beta Was this translation helpful? Give feedback.
-
wrong version in admin panal Server Installed Update Branched |
Beta Was this translation helpful? Give feedback.
-
All good, thank you. If someone wants to install Vaultwarden on Raspberry Pi I have prepared a very well explained guide on how to do that. https://gist.github.com/avoidik/9f12ef4feae6ccf7a5801a520931c5d1 |
Beta Was this translation helpful? Give feedback.
-
Maybe a properly communication of this would help. I would recommend a section in the readme explaining that Basically I would recommend to place the explanation you did here in a easily visible space in the This forum is really not easy to reach. I finally found it as I tried to open up a new issue which would have had a properly titled version of "What the heck is going on, this project had a different name just days ago, aaaaaa what do I do?". |
Beta Was this translation helpful? Give feedback.
-
For those getting a wrong version when running the latest image, the images were accidentally built with a slightly older revision of the projects code, right before it was renamed. I've restarted the builds and in an hour or two it should be fixed. Note that the only differences between the wrong build and the new one are the version number and name, otherwise they are identical. I also added a small note at the top of the readme mentioning the rename and pointing here, like @luckydonald mentioned. |
Beta Was this translation helpful? Give feedback.
-
I guess the name change differentiates this project further from the official, which is a step in the right direction. (Even though the name vaultwarden is not as catchy as bitwarden :D ) On this occasion you should also rename bw_web_builds (maybe vaultwarden_web?) and update all the descriptions. @dani-garcia Also don't forget to change the description on your sponsor page. |
Beta Was this translation helpful? Give feedback.
-
I very much appreciate your work! Thank you for this new release. |
Beta Was this translation helpful? Give feedback.
-
How do I update Bitwarden to Vaultwarden using portainer?? Can someone please guide me. I don't want to loose any data |
Beta Was this translation helpful? Give feedback.
-
I happen to have a shared hosting account on Dreamhost, so I found the instructions on https://github.com/jjlin/vaultwarden-shared-hosting extremely helpful. I have installed Bitwarden_rs some time ago and recently upgraded to Vaultwarden. When I go the the page where I host my Bitwarden/Vaultwarden, I see this at the bottom of the page:
When I go to the admin > diagnostics page, I see this:
To me this sounds like I am running an outdated version. I have followed the instructions from https://github.com/jjlin/vaultwarden-shared-hosting#upgrade-vaultwarden and did not get any error messages, but still the version numbers are what they are. So am I doing anything wrong? Should I not see version number 2.20.1? |
Beta Was this translation helpful? Give feedback.
-
I'm completely new to bitwarden and this project and am just looking into it. What I am confused about and would wish to be explained in the readme somewhere (but what also could just be associated with the recency of the rename) is what exactly this project is and in how far it is a replacement for the bitwarden services or just a lightweight server thing that still has ties to them.
Another thing I might add is that I had problems finding the hints to how to configure aspects beyond just pulling the image and bringing up a container as is. |
Beta Was this translation helpful? Give feedback.
-
According to the Bitwarden trademark guidelines (https://github.com/bitwarden/server/blob/master/TRADEMARK_GUIDELINES.md), one can only use the name Bitwarden, including the logo, anywhere if you are operating the software under subscription or license. Will this change also remove the logo of Bitwarden on the login page? Right now, I am unable to use vaultwarden as a service-provider due to the Bitwarden logo being there.. Alternatively, does anyone have documentation proving otherwise? Very interested to see if there are possibilities to supply vaultwarden as a company service to non-profit organizations at low cost. |
Beta Was this translation helpful? Give feedback.
-
With all clients using Bitwarden, it would be confusing for users if the vaultwarden web vault had different logos. I would like it if the /admin page had the vaultwarden logos, they look cool. But since we are allowed to keep using the Bitwarden trademarks, name and logos, we should keep using that privilege in order to present a united face to users. |
Beta Was this translation helpful? Give feedback.
-
Is it intentional that exports are named bitwarden_export_[date].json? |
Beta Was this translation helpful? Give feedback.
-
Hey, |
Beta Was this translation helpful? Give feedback.
-
@MrLatroX We do this in Plesk under docker: https://gitlab.com/pepa65/brandvaultwarden |
Beta Was this translation helpful? Give feedback.
-
@dani-garcia @BlackDex considering all the totally offtopic crap being posted here, can be lock this please? |
Beta Was this translation helpful? Give feedback.
-
@dani-garcia , not to be the one who starts adding more crap here @Ornias1993 , but ....I've upgraded my bitwardenrs to vaultwarden eventually and , Boom ! no data , cant log in , doesn't recognise any of my user accounts :( - I have a backup & reverting that as I type this up - I was on 2.19.0 running in docker on a rasp pi - any ideas what could have gone wrong ... it was just a stop, rm, create new container :( . Any advise would be greatly appreciated |
Beta Was this translation helpful? Give feedback.
-
Project renamed to Vaultwarden
Due to user confusion and to avoid any possible trademark/brand issues with the official server, this project is going to be renamed to Vaultwarden. This rename might mean you will need to make some changes to your setup.
Docker users
If you are using any of the docker images, you will have to migrate to the new image under the Vaultwarden organization:
vaultwarden/server
The new image is equivalent to the old one except for the name, so the upgrade is as simple as removing the old container and creating a new one with the new image, making sure the rest of parameters are the same. For example, if you used the default
docker run
command mentioned in the readme, and upgrade would be done like this:Note that the old images aren't gone yet, just deprecated. They will keep being updated for another two releases after this one to avoid breakage, but it's recommended to migrate to the new image as soon as possible.
If you are still using the old database specific images (server-mysql and server-postgresql), they are also deprecated since the main server image supports all three databases at the same time, more info on release 1.17.0.
If you are using the startup scripts mounted inside the container (
/etc/bitwarden_rs.sh
and/etc/bitwarden_rs.d/*
), they will now load with the Vaultwarden name first and the bitwarden_rs name as a fallback for compatibility, but it's recommended to rename them as well.Git users
If you are using the git repository, we've used this opportunity to rename the
master
branch tomain
, so make sure to have that in mind. The rest of the process is the same and GitHub will redirect the old remote URL to the new one, simply note that the binary generated by cargo is now namedvaultwarden
instead ofbitwarden_rs
.Changelog
TRASH_AUTO_DELETE_DAYS
to a positive value to enable this functionalityTRASH_PURGE_SCHEDULE
This discussion was created from the release 1.21.0.
Beta Was this translation helpful? Give feedback.
All reactions