pg_dump executed on a hosts against another host fails with pg_dump: [archiver (db)] query was: SET search_path = pg_catalog, sys, dbo

From: Daniel Westermann <daniel(dot)westermann(at)dbi-services(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_dump executed on a hosts against another host fails with pg_dump: [archiver (db)] query was: SET search_path = pg_catalog, sys, dbo
Date: 2015-12-15 08:50:44
Message-ID: 1258098788.1117123.1450169444818.JavaMail.zimbra@dbi-services.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

we try to dump a PostgreSQL 8.2.4 instance with pg_dump from version 9.4.5 (enterprisedb version) over the network. This is the error we get:

pg_dump: [archiver (db)] query failed: ERROR: schema "sys" does not exist
pg_dump: [archiver (db)] query was: SET search_path = pg_catalog, sys, dbo

search_path on the target is:

xxxxxx=# show search_path;
search_path
----------------
"$user",public
(1 row)

Any ideas?

Thanks,
Daniel

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2015-12-15 09:16:40 Re: pg_dump executed on a hosts against another host fails with pg_dump: [archiver (db)] query was: SET search_path = pg_catalog, sys, dbo
Previous Message Andreas Kretschmer 2015-12-15 08:49:54 Re: BDR