mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-08-03 21:33:43 +03:00
pgloaded 4 is not capable in my tests
@@ -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.
|
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.
|
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:
|
6. Create the file `vaultwarden.load ` with the following content:
|
||||||
```
|
```
|
||||||
load database
|
load database
|
||||||
|
|||||||
Reference in New Issue
Block a user