This commit is contained in:
2021-12-13 15:41:23 +00:00
parent c0ed808c94
commit aa5f9d00e9

View File

@@ -75,14 +75,14 @@ Run the restore command from the console substituting your backup file path in t
Windows server:
```bat
pg_restore -U postgres -c -d AyaNova "C:\temp\xfer\amsbackup\db-20211212195504569.backup"
pg_restore -U postgres -c -d AyaNova "C:\temp\db-20211212195504569.backup"
```
Windows self contained "single" user installation:
```bat
"C:/Program Files/ayanova/local-postgres/bin/pg_restore" -U postgres -c -d AyaNova "C:\temp\xfer\amsbackup\db-20211212195504569.backup"
"C:/Program Files/ayanova/local-postgres/bin/pg_restore" -U postgres -c -d AyaNova "C:\temp\db-20211212195504569.backup"
```
Linux server: