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

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







On 12/15/2015 12:50 AM, Daniel Westermann wrote:
>
> 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
>

sys and dbo are Oracle schemas, is this the Oracle compatible server eDB
sells?    contact their paid support, thats not really postgres anymore.

--
john r pierce, recycling bits in santa cruz



On 12/15/2015 1:16 AM, John R Pierce wrote:
>>
>
> sys and dbo are Oracle schemas, is this the Oracle compatible server
> eDB sells?    contact their paid support, thats not really postgres
> anymore.

let me correct that, its not the community version of postgres that this
mail list supports.

--
john r pierce, recycling bits in santa cruz



From: "John R Pierce" <pierce@hogranch.com>
To: pgsql-general@postgresql.org
Sent: Tuesday, December 15, 2015 10:55:01 AM
Subject: Re: [GENERAL] pg_dump executed on a hosts against another host fails with pg_dump: [archiver (db)] query was: SET search_path = pg_catalog, sys, dbo

On 12/15/2015 1:16 AM, John R Pierce wrote:
>>>
>>
>> sys and dbo are Oracle schemas, is this the Oracle compatible server
>> eDB sells?    contact their paid support, thats not really postgres
>> anymore.

>let me correct that, its not the community version of postgres that this
>mail list supports.

sure, thanks

daniel