3 lines
206 B
Plaintext
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" |