This commit is contained in:
@@ -75,14 +75,14 @@ Run the restore command from the console substituting your backup file path in t
|
|||||||
Windows server:
|
Windows server:
|
||||||
|
|
||||||
```bat
|
```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:
|
Windows self contained "single" user installation:
|
||||||
|
|
||||||
```bat
|
```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:
|
Linux server:
|
||||||
|
|||||||
Reference in New Issue
Block a user