Re: pg_restore failed on foreign key constraint - Mailing list pgsql-general

From Ron Johnson
Subject Re: pg_restore failed on foreign key constraint
Date
Msg-id CANzqJaDbrmgAXmctgFR62o22+CMYnNjmKd06uX9RD3jjUj9u=Q@mail.gmail.com
Whole thread
In response to Re: pg_restore failed on foreign key constraint  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: pg_restore failed on foreign key constraint
List pgsql-general
On Fri, Feb 13, 2026 at 10:55 AM Adrian Klaver <adrian.klaver@aklaver.com> wrote:
On 2/13/26 06:18, Ron Johnson wrote:
> On Fri, Feb 13, 2026 at 1:43 AM Laurenz Albe <laurenz.albe@cybertec.at
> <mailto:laurenz.albe@cybertec.at>> wrote:

> Turns out that there's a nightly cron job that dumps this (and other)
> tables with the "--data-only --disable-triggers" options and then does
> "psql -Xaf mumble.sql" to load them into this database.
>
> But access_email_id=2073 is in the source access_email, so I've got to
> figure out why it's not being loaded into the target.

Is it in the dump file from the source?

Some tables aren't being dumped at the source;  Thus, the missing records.

--
Death to <Redacted>, and butter sauce.
Don't boil me, I'm still alive.
<Redacted> lobster!

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: pg_restore failed on foreign key constraint
Next
From: Adrian Klaver
Date:
Subject: Re: Index (primary key) corrupt?