pg_dump error

From: "Campbell, Lance" <lance(at)illinois(dot)edu>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: pg_dump error
Date: 2015-07-20 10:51:40
Message-ID: B75CD08C73BD3543B97E4EF3964B7D701FF539B8@CITESMBX1.ad.uillinois.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Postgresql 9.4.x

I am performing the following pg_dump command:

pg_dump -U username -h localhost --jobs=3 --format=d --compress=0 databasename -f databasename.20150720

I am getting this error:

pg_dump: [parallel archiver] could not get relation name for OID 58363761: connection not open

How can I work around this issue? Should I just not used --jobs=3 when backing up the full database?

Lance Campbell
Software Architect
Web Services at the University of Illinois

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Campbell, Lance 2015-07-20 11:23:19 Re: pg_dump error
Previous Message Tom Lane 2015-07-17 17:59:05 Re: postgres_fdw user mapping and role inheritance