Thread: Resume Incomplete Pg-restore

Resume Incomplete Pg-restore

From
P R
Date:
Is there any way to resume an incomplete Pg-restore from a custom Pgdump file?

Re: Resume Incomplete Pg-restore

From
Craig Ringer
Date:
On 12/15/2011 02:52 AM, P R wrote:
Is there any way to resume an incomplete Pg-restore from a custom Pgdump file?

Not reliably.

If you know it failed or stopped at a particular defined point, you might be able to selectively restore table-by-table from there, but that won't work if you have any circular references.

--
Craig Ringer