This commit is contained in:
2023-04-19 22:36:59 +00:00
parent de9cd2a902
commit cb4311403a

View File

@@ -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,