Add test environment for SQLite to PostgreSQL migration

Wang Haoyang
2025-11-02 22:09:52 +08:00
parent 6588baa9fa
commit 80e1551073

@@ -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.