Re: BUG #13916: Only the install user can be defined in the new cluster - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #13916: Only the install user can be defined in the new cluster
Date
Msg-id CAB7nPqQxVtkgEkM6EB7KeV=+AFacAkr_6ymPQJDZf1aC2N6+fw@mail.gmail.com
Whole thread Raw
In response to BUG #13916: Only the install user can be defined in the new cluster  (reiner.peterke@splendiddata.com)
List pgsql-bugs
On Thu, Feb 4, 2016 at 6:40 PM,  <reiner.peterke@splendiddata.com> wrote:
> This appears buggy to me or at least inconsistent.
> using pg_upgrade to upgrade from 9.4.5 to 9.5.0
> the upgrade runs then at the end prints.
> Only the install user can be defined in the new cluster.
> Failure, exiting

This error message comes from the following bit in pg_upgrade:
    /*
     * We only allow the install user in the new cluster because other defined
     * users might match users defined in the old cluster and generate an
     * error during pg_dump restore.
     */
    if (cluster == &new_cluster && atooid(PQgetvalue(res, 0, 0)) != 1)
        pg_fatal("Only the install user can be defined in the new cluster.\n");

This means that when running pg_upgrade there should not be users
created in the new cluster deployed except the user created for
installation. So, didn't you create extra users in your new cluster
before running pg_upgrade? I am not really seeing a bug here.
--
Michael

pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: BUG #13936: jsonb_object() -> ERROR: unknown type of jsonb container
Next
From: Dmitriy Sarafannikov
Date:
Subject: Re[2]: [BUGS] Re[2]: [BUGS] Segfault in MemoryContextAlloc