Update deploy and uninstall with bakcup

This commit is contained in:
2025-05-04 15:18:47 +02:00
parent 00e2ceb30e
commit 60bdc34ae4
2 changed files with 12 additions and 1 deletions

View File

@@ -19,5 +19,6 @@ rm $USER_SYSTEMD/vaultwarden-$CONTAINER_NAME.service
systemctl --user daemon-reload
sudo rm -r $SERVICE_DIR
crontab -l | grep -v "$VW_FOLDER/$BACKUP_FILE" | crontab -
echo "Uninstall complete. Manually run haproxy config to rebuild config."
echo "Uninstall complete. Manually run haproxy config to rebuild config. Manually remove data directory $VW_FOLDER and $HOME/.local/backup if needed."