diff --git a/docs/8.0/ayanova/docs/ops-restore.md b/docs/8.0/ayanova/docs/ops-restore.md index b56a6763..836fb717 100644 --- a/docs/8.0/ayanova/docs/ops-restore.md +++ b/docs/8.0/ayanova/docs/ops-restore.md @@ -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: