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

From Daniel Westermann
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
Msg-id 1258098788.1117123.1450169444818.JavaMail.zimbra@dbi-services.com
Whole thread Raw
Responses 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  (John R Pierce <pierce@hogranch.com>)
List 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







pgsql-general by date:

Previous
From: Andreas Kretschmer
Date:
Subject: Re: BDR
Next
From: John R Pierce
Date:
Subject: 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