From: | Michael Fuhr <mike(at)fuhr(dot)org> |
---|---|
To: | "Josh O'Brien" <obrien(at)zedxinc(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: pg_restore fails with postgis |
Date: | 2005-12-12 20:15:40 |
Message-ID: | 20051212201540.GA61175@winnie.fuhr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
[Please copy the mailing list on replies.]
On Mon, Dec 12, 2005 at 11:57:06AM -0500, Josh O'Brien wrote:
> this is the command --create --format=c -d template1
> /home/postgres/dumps/test_dump test_db.
That's not a complete command; I assume those are the options and
arguments to pg_restore. As far as I can tell from the documentation
and tests the final argument of "test_db" serves no purpose and is
ignored.
> I'm not getting an error message it just doesn't restore any of the tables.
That contradicts your previous message, in which you said:
> >>I'm trying to restore in a cluster using pg_restore and i'm receiving an
> >>error from my recoverylog saying that there is no last checkpoint for my
> >>backend.
Do you mean that pg_restore doesn't give any errors but the server
logs do? Please clarify, and if you're getting errors anywhere
then please post the exact text (copy and paste -- don't type the
error messages by hand).
It might help if you could post a complete test case: all commands
and SQL statements that create, populate, dump, and restore a simple
test database. That way we can see from start to finish what you're
doing, which might make finding the problem easier.
--
Michael Fuhr
From | Date | Subject | |
---|---|---|---|
Next Message | Mike C | 2005-12-12 22:18:43 | WAL and pg_dump |
Previous Message | Michael Fuhr | 2005-12-12 16:50:28 | Re: pg_restore fails with postgis |