vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am using PGSQL 8.2.3. I took a backup of my database selecting "Plain" option from pgAdmin 1.6. When I am trying to restore it to a new machine having PGSQL 8.2.3 installed, using pgAdmin, the OK button of the "Restore Backup Window" remains disabled. Why? Have you checked out the new-look www.indiatimes.com yet? ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| |||
| Rohit Prakash Khare wrote: > I am using PGSQL 8.2.3. I took a backup of my database selecting "Plain" option from pgAdmin 1.6. When I am trying to restore it to a new machine having PGSQL 8.2.3 installed, using pgAdmin, the OK button of the "Restore Backup Window" remains disabled. Why? The pg-admin guys will be able to help best: http://www.pgadmin.org/support/ -- Postgresql & php tutorials http://www.designmagick.com/ ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| |||
| I think the problem is that the restore window looks for snapshots with the extension "backup", as made with the default options of the pgAdmin Backup function. If you're using "Plain", the backups are in .sql files, and you can execute with psql or a query window in pgAdmin. Rohit Prakash Khare wrote: > I am using PGSQL 8.2.3. I took a backup of my database selecting "Plain" option from pgAdmin 1.6. When I am trying to restore it to a new machine having PGSQL 8.2.3 installed, using pgAdmin, the OK button of the "Restore Backup Window" remains disabled. Why? > > > Have you checked out the new-look www.indiatimes.com yet? > > > ---------------------------(end of broadcast)--------------------------- > TIP 2: Don't 'kill -9' the postmaster > > ************************************************** ********************* Bear Stearns is not responsible for any recommendation, solicitation, offer or agreement or any information about any transaction, customer account or account activity contained in this communication. Bear Stearns does not provide tax, legal or accounting advice. You should consult your own tax, legal and accounting advisors before engaging in any transaction. In order for Bear Stearns to comply with Internal Revenue Service Circular 230 (if applicable), you are notified that any discussion of U.S. federal tax issues contained or referred to herein is not intended or written to be used, and cannot be used, for the purpose of: (A) avoiding penalties that may be imposed under the Internal Revenue Code; nor (B) promoting, marketing or recommending to another party any transaction or matter addressed herein. ************************************************** ********************* ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| ||||
| try to give output file path in FILENAME text box and select onw of the option in PLAIN OPTIONS FRAME. It works on my machine. Hope this will help With Regards Ashish ----- Original Message ----- From: "Rohit Prakash Khare" <rohitprakash123@indiatimes.com> To: <pgsql-general@postgresql.org> Sent: Sunday, April 01, 2007 10:58 PM Subject: [GENERAL] Problem restoring from backup file >I am using PGSQL 8.2.3. I took a backup of my database selecting "Plain" >option from pgAdmin 1.6. When I am trying to restore it to a new machine >having PGSQL 8.2.3 installed, using pgAdmin, the OK button of the "Restore >Backup Window" remains disabled. Why? > > > Have you checked out the new-look www.indiatimes.com yet? > > > ---------------------------(end of broadcast)--------------------------- > TIP 2: Don't 'kill -9' the postmaster ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |