From cb4311403aedc875eb1e39879a3c7ceac658839d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 19 Apr 2023 22:36:59 +0000 Subject: [PATCH] --- restore-db-script.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore-db-script.txt b/restore-db-script.txt index 0415c88..05c6842 100644 --- a/restore-db-script.txt +++ b/restore-db-script.txt @@ -1,6 +1,6 @@ Powershell command to restore a backup of the sockeye db locally here for development / testing -& "C:/data/code/postgres_14/bin/pg_restore" -U postgres -c -d sockeye "C:\temp\db-20230413160012664.backup" +& "C:/data/code/postgres_14/bin/pg_restore" -U postgres -c -d sockeye "C:\temp\db-20230419115752812.backup" NOTE: you may need to drop and create db outside of sockeye first if schema was changed locally from the backups copy schema,