From 48d0999f29b988f94a8a5836b068114bdec00bb1 Mon Sep 17 00:00:00 2001 From: Chris Pritchard Date: Mon, 5 Oct 2020 18:44:50 +0100 Subject: [PATCH] Updated Using the PostgreSQL Backed (markdown) --- Using-the-PostgreSQL-Backed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-the-PostgreSQL-Backed.md b/Using-the-PostgreSQL-Backed.md index 7f8c6f6..1ab16e0 100644 --- a/Using-the-PostgreSQL-Backed.md +++ b/Using-the-PostgreSQL-Backed.md @@ -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.