case 4504

This commit is contained in:
2023-04-13 23:50:52 +00:00
parent be4e0e2ad3
commit b6858145d5
3 changed files with 32 additions and 3 deletions

3
restore-db-script.txt Normal file
View File

@@ -0,0 +1,3 @@
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"