Re: [mezzanine-users] PG Database backup/foreign-key constraints

2016-06-24 Thread Eduardo Rivas
Weird, I've never had any trouble dumping/restoring a Mezzanine DB with Postgres. These are the commands I use: https://gist.github.com/jerivas/a2f321bb8fa4d305a481#postgres-exportimport-without-the-postgres-user At any rate, you may need to wipe the target database before a restore, but tha

[mezzanine-users] PG Database backup/foreign-key constraints

2016-06-24 Thread Paullo
Hi, I'm trying to make a backup of a Mezzanine site database before attempting an upgrade but get this error from pg_dump: (I've tried using all formats; tar, custom, directory, sql) pg_dump: NOTICE: there are circular foreign-key constraints among these table(s): pg_dump: pages_page pg_dump