The major change is the renaming of bitwarden_rs to vaultwarden.
This has a major impact since both the binary and the created user have been renamed.
If you are installing this version over a previous bitwarden_rs deployment, keep reading.
Migrating from a previous version
- uninstall bitwarden_rs (this should keep the config and data directory)
- install vaultwarden (this will create user and new data directory)
mv /var/lib/bitwarden_rs/db.sqlite3 /var/lib/vaultwarden/
(only if you use sqlite)mv /var/lib/bitwarden_rs/icon_cache /var/lib/vaultwarden/
chown -R vaultwarden /var/lib/vaultwarden
mv /etc/bitwarden_rs/* /etc/vaultwarden
- edit the /etc/vaultwarden/config.env file to replace
bitwarden_rs
byvaultwarden
in DATA_FOLDER & WEB_VAULT_FOLDER
Then enable vaultwarden systemctl enable --now vaultwarden