aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index d210eaa..e84ffc3 100644
--- a/README.md
+++ b/README.md
@@ -23,3 +23,17 @@ Now all you need to do is to run it - `machinectl start vaultwarden`. You can
drop into the container to troubleshoot using `machinectl shell vaultwarden`,
and you can view logs using `journalctl -M vaultwarden` from the host, or
`journalctl -u vaultwarden` from inside the container.
+
+## Upgrading from "bitwarden-rs" to "vaultwarden"
+Vaultwarden recently changed name from Bitwarden-RS to Vaultwarden, and a lot
+of files have been moved around. If you've been using this mkosi-template, this
+should be the upgrade-path:
+
+```
+$ sudo mv /etc/bitwarden_rs /etc/vaultwarden
+$ sudo mv /etc/vaultwarden/bitwarden_rs.env /etc/vaultwarden/env
+$ sudo mv /var/local/bitwarden_rs /var/local/vaultwarden
+$ sudo chown -R 29033447:29033447 /var/local/vaultwarden/data
+```
+As you can see, some files have been moved around, and also we've set a more
+static UID for the vaultwarden-user.