Re: Restore & Backup using Batch file - Mailing list pgadmin-support

From parthdesai
Subject Re: Restore & Backup using Batch file
Date
Msg-id 1421830738989-5834860.post@n5.nabble.com
Whole thread Raw
In response to Restore & Backup using Batch file  (parthdesai <parthdesai724@gmail.com>)
List pgadmin-support
"C:\Program Files\PostgreSQL\9.3\bin\pg_dump.exe" -i -h localhost -p 5432 -U
postgres -F c -b -v -f "D:\GROVEL.backup" GROVEL
pause
-----Restore

"C:\Program Files\PostgreSQL\9.3\bin\pg_restore.exe"-i -h localhost -p 5432
-U postgres -d Test1 -W -v "D:\GROVEL.backup"
pause



--
View this message in context: http://postgresql.nabble.com/Restore-Backup-using-Batch-file-tp5834848p5834860.html
Sent from the PostgreSQL - pgadmin support mailing list archive at Nabble.com.



pgadmin-support by date:

Previous
From: parthdesai
Date:
Subject: Restore & Backup using Batch file
Next
From: Raymond O'Donnell
Date:
Subject: Re: Restore & Backup using Batch file