Search Postgresql Archives

Re: pg_upgrade 10.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 06/12/2018 01:58 PM, Murthy Nunna wrote:
Thanks Adrian.
I removed "-k" flag. But still got same error.

There seems to be a postmaster servicing the old cluster.
Please shutdown that postmaster and try again.
Failure, exiting


Well according to the code in pg_upgrade.c that message should not be reached when the check option is specified:

if (!user_opts.check)
pg_fatal("There seems to be a postmaster servicing the old cluster.\n"
            "Please shutdown that postmaster and try again.\n");
else
        *live_check = true;

Can we see the actual command you ran?


--
Adrian Klaver
adrian.klaver@xxxxxxxxxxx




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux