Re: pg_restore error - Any Idea?

From: Erik Jones <ejones(at)engineyard(dot)com>
To: DM <dm(dot)aeqa(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org
Subject: Re: pg_restore error - Any Idea?
Date: 2009-03-23 06:17:05
Message-ID: 6A77C6F2-BD7E-47F3-85A4-BDF39C71FE6D@engineyard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general pgsql-sql


On Mar 22, 2009, at 10:44 PM, DM wrote:

> Hi All,
>
> I am facing an error on executing the below command
>
> dump name: pg_dump_FcZ0.pnps_200903041201_1.2.1.0_base_testing
> databae name: pnqd_test
>
> $pg_restore -U postgres -p 5433 -d pnqd_test
> pg_dump_FcZ0.pnps_200903041201_1.2.1.0_base_testing
>
> pg_restore: [archiver (db)] Error while PROCESSING TOC:
> pg_restore: [archiver (db)] Error from TOC entry 3715; 0 0 ACL
> monitor postgres
> WARNING: errors ignored on restore: 1
>
> I am not able to figure out this issue. Any idea guys.

TOC -> Table of Contents

A dump made with pg_dump's -Fc will contain a table of contents of all
of the database objects in the dump file. Something in that is
causing an error for pg_restore. Does the version of pg_restore match
up with the version of pg_dump that you used to make the dump?

Erik Jones, Database Administrator
Engine Yard
Support, Scalability, Reliability
866.518.9273 x 260
Location: US/Pacific
IRC: mage2k

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message DM 2009-03-23 15:04:14 Re: pg_restore error - Any Idea?
Previous Message DM 2009-03-23 05:44:28 pg_restore error - Any Idea?

Browse pgsql-general by date

  From Date Subject
Next Message Erik Jones 2009-03-23 06:31:35 Re: [SQL] bash & postgres
Previous Message Erik Jones 2009-03-23 06:14:50 Last modification time of a database?

Browse pgsql-sql by date

  From Date Subject
Next Message Erik Jones 2009-03-23 06:31:35 Re: [SQL] bash & postgres
Previous Message DM 2009-03-23 05:44:28 pg_restore error - Any Idea?