Re: Restore & Backup using Batch file

From: parthdesai <parthdesai724(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: Restore & Backup using Batch file
Date: 2015-01-21 08:58:58
Message-ID: 1421830738989-5834860.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Raymond O'Donnell 2015-01-21 13:30:28 Re: Restore & Backup using Batch file
Previous Message parthdesai 2015-01-21 06:52:59 Restore & Backup using Batch file