Discussion:
[ADMIN] Resume Incomplete Pg-restore
(too old to reply)
P R
2011-12-14 18:52:13 UTC
Permalink
Is there any way to resume an incomplete Pg-restore from a custom Pgdump file?
Craig Ringer
2011-12-15 00:52:16 UTC
Permalink
Post by P R
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

Loading...