Updated Using the PostgreSQL Backed (markdown)

Chris Pritchard
2020-10-05 18:44:50 +01:00
parent eba0452332
commit 48d0999f29

@@ -40,5 +40,5 @@ load database
ALTER SCHEMA 'bitwarden' RENAME TO 'public'
;
```
7. run the command ```pgloader pgloader.load``` and you might see some warnings, but the migration should complete successfully
7. run the command ```pgloader bitwarden.load``` and you might see some warnings, but the migration should complete successfully
8. Start bitwarden_rs again.