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