Files
sockeye/restore-db-script.txt
2023-04-13 23:50:52 +00:00

3 lines
206 B
Plaintext

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"