From 4182e38f3d2b84ce5461b8ae6273821c6faa445e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Gro=C3=9F?= Date: Fri, 24 Jul 2026 22:11:09 +0200 Subject: [PATCH] pgloaded 4 is not capable in my tests --- Using-the-PostgreSQL-Backend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-the-PostgreSQL-Backend.md b/Using-the-PostgreSQL-Backend.md index 1831223..50b8f3f 100644 --- a/Using-the-PostgreSQL-Backend.md +++ b/Using-the-PostgreSQL-Backend.md @@ -70,7 +70,7 @@ CREATE DATABASE vaultwarden OWNER vaultwarden; ``` 3. Configure vaultwarden and start it, so diesel can run migrations and set up the schema properly. Do not do anything else. 4. Stop vaultwarden. -5. Install [pgloader](http://pgloader.io/). Make sure that you have the latest version of pgloader, the official Ubuntu repository has an outdated version which does not work well with newer versions of PostgreSQL. The newest version can be obtained from the [PostgreSQL Apt Repository](https://www.postgresql.org/download/linux/ubuntu/) +5. Install [pgloader](http://pgloader.io/). Make sure that you have the latest 3.x version of pgloader, the official Ubuntu repository has an outdated version which does not work well with newer versions of PostgreSQL. The newest version can be obtained from the [PostgreSQL Apt Repository](https://www.postgresql.org/download/linux/ubuntu/) 6. Create the file `vaultwarden.load ` with the following content: ``` load database