Обсуждение: pg_restore fails with postgis

Поиск
Список
Период
Сортировка

pg_restore fails with postgis

От
Josh O'Brien
Дата:
Hello all

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.  How can I alter pg_restore to make it work or do i have any
other options.  Tahnk you in advance.

Вложения

Re: pg_restore fails with postgis

От
Michael Fuhr
Дата:
On Mon, Dec 12, 2005 at 10:23:09AM -0500, Josh O'Brien wrote:
> 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.  How can I alter pg_restore to make it work or do i have any
> other options.  Tahnk you in advance.

What's the exact command you're running and what's the exact text
of the error message?  What versions of PostgreSQL and PostGIS are
you using?  If you're doing an upgrade then please mention the old
and new versions of both.  Are you aware that restoring a PostGIS
database might require a special procedure?

http://postgis.refractions.net/docs/ch02.html#upgrading

--
Michael Fuhr

Re: pg_restore fails with postgis

От
Michael Fuhr
Дата:
[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