From 80e155107359d2ae9c00b8a135371d4563d88d9c Mon Sep 17 00:00:00 2001 From: Wang Haoyang Date: Sun, 2 Nov 2025 22:09:52 +0800 Subject: [PATCH] Add test environment for SQLite to PostgreSQL migration --- Using-the-PostgreSQL-Backend.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Using-the-PostgreSQL-Backend.md b/Using-the-PostgreSQL-Backend.md index 985d63c..97f87a6 100644 --- a/Using-the-PostgreSQL-Backend.md +++ b/Using-the-PostgreSQL-Backend.md @@ -25,6 +25,7 @@ If your password contains special characters, you will need to use percentage en A complete list of codes can be found on [Wikipedia page for percent encoding](https://en.wikipedia.org/wiki/Percent-encoding#Percent-encoding_reserved_characters) ## Migrating from SQLite to PostgreSQL +> Tested with SQLite3 3.37.2, PostgreSQL 16.10 and Vaultwarden 1.34.3 An easy way of migrating from SQLite to PostgreSQL or to MySQL exists, but please, note that you **are using this at your own risk and you are strongly advised to backup your installation and data!**. This is **unsupported** and has not been robustly tested.