From: | Dilipan Sebastiampillai <dilipan(dot)sebastiampillai(at)framestore-cfc(dot)com> |
---|---|
To: | Allen Smith <asmith86(at)midsouth(dot)rr(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Help with restore |
Date: | 2004-11-08 10:04:48 |
Message-ID: | 418F44C0.1060300@framestore-cfc.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
> after I enter the password I get
> pg_restore: creating FUNC PROCEDURAL LANGUAGE plpgsql_call_handler()
> pg_restore: [archiver (db)] could not execute query: ERROR: function
> "plpgsql_call_handler" already exists with same argument types
> pg_restore: *** aborted because of error
>
> however after looking back over my notes and the documentation that I
> recieved I noticed that I was supposed to make the backup like this:
> pg_dump -U dbname -v -Fc -f bkp.tar.gz dbname
>
I had the same problem.
One way is to use as template the table template0 with the following
command :
createdb yourdatabasename -T template0
and then
pg_restore ....
it works if you didn't make anychanges to your template1 table.
hope it helps
Dilipan
> Sincec this is apearantly a specific way to make the backup Im
> assuming that that is why the restore doesnt work since it was setup
> do restore form that specific backup syntax. What I would like to know
> is, how I can get the data out of this archive, so that I can recover
> the data and put it back in place and get the site up and running.
>
> any suggestions?????
>
> Thanks in Advance
>
> Allen Smith
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
From | Date | Subject | |
---|---|---|---|
Next Message | Dilipan Sebastiampillai | 2004-11-08 10:07:24 | Re: How to run pg_restore |
Previous Message | Nitin Jawarkar | 2004-11-08 08:00:06 | How to run pg_restore |