Re: Upgrade Process Says "The database server was not shut down cleanly" but it was

2020-05-12 Thread Adrian Klaver
On 5/12/20 2:51 PM, TalGloz wrote: Adrian Klaver-4 wrote On 5/11/20 2:45 PM, TalGloz wrote: Well I tried your steps, both Postgres 10 and 12 are in perfect running conditions and were shut down using the "systemctl" command. When I execute: /usr/pgsql-12/bin/pg_upgrade --old-bindir=/usr/pgsql-

Re: Upgrade Process Says "The database server was not shut down cleanly" but it was

2020-05-12 Thread TalGloz
Adrian Klaver-4 wrote > On 5/11/20 2:45 PM, TalGloz wrote: >> Well I tried your steps, both Postgres 10 and 12 are in perfect running >> conditions and were shut down using the "systemctl" command. When I >> execute: >> >> /usr/pgsql-12/bin/pg_upgrade --old-bindir=/usr/pgsql-10/bin/ >> --new-bindi

Re: Upgrade Process Says "The database server was not shut down cleanly" but it was

2020-05-11 Thread Adrian Klaver
On 5/11/20 2:45 PM, TalGloz wrote: Well I tried your steps, both Postgres 10 and 12 are in perfect running conditions and were shut down using the "systemctl" command. When I execute: /usr/pgsql-12/bin/pg_upgrade --old-bindir=/usr/pgsql-10/bin/ --new-bindir=/usr/pgsql-12/bin/ --old-datadir=/var/

Re: Upgrade Process Says "The database server was not shut down cleanly" but it was

2020-05-11 Thread Adrian Klaver
On 5/11/20 2:45 PM, TalGloz wrote: Well I tried your steps, both Postgres 10 and 12 are in perfect running conditions and were shut down using the "systemctl" command. When I execute: /usr/pgsql-12/bin/pg_upgrade --old-bindir=/usr/pgsql-10/bin/ --new-bindir=/usr/pgsql-12/bin/ --old-datadir=/var/

Re: Upgrade Process Says "The database server was not shut down cleanly" but it was

2020-05-11 Thread TalGloz
Well I tried your steps, both Postgres 10 and 12 are in perfect running conditions and were shut down using the "systemctl" command. When I execute: /usr/pgsql-12/bin/pg_upgrade --old-bindir=/usr/pgsql-10/bin/ --new-bindir=/usr/pgsql-12/bin/ --old-datadir=/var/lib/pgsql/10/data --new-datadir=/var

Re: Upgrade Process Says "The database server was not shut down cleanly" but it was

2020-05-03 Thread Adrian Klaver
On 5/3/20 3:33 PM, TalGloz wrote: Adrian Klaver-4 wrote On 5/3/20 3:11 PM, TalGloz wrote: Adrian Klaver-4 wrote On 5/3/20 2:53 PM, Looks like you did not shutdown the 12 instance. -- Adrian Klaver adrian.klaver@ This is weird because "systemctl staus postgresql-12.service" shows that t

Re: Upgrade Process Says "The database server was not shut down cleanly" but it was

2020-05-03 Thread TalGloz
Adrian Klaver-4 wrote > On 5/3/20 3:11 PM, TalGloz wrote: >> Adrian Klaver-4 wrote >>> On 5/3/20 2:53 PM, >>> >>> Looks like you did not shutdown the 12 instance. >>> >>> -- >>> Adrian Klaver >> >>> adrian.klaver@ >> >> >> This is weird because "systemctl staus postgresql-12.service" shows that

Re: Upgrade Process Says "The database server was not shut down cleanly" but it was

2020-05-03 Thread Adrian Klaver
On 5/3/20 3:11 PM, TalGloz wrote: Adrian Klaver-4 wrote On 5/3/20 2:53 PM, Looks like you did not shutdown the 12 instance. -- Adrian Klaver adrian.klaver@ This is weird because "systemctl staus postgresql-12.service" shows that the service is dead. It is now: "The database server was

Re: Upgrade Process Says "The database server was not shut down cleanly" but it was

2020-05-03 Thread TalGloz
Adrian Klaver-4 wrote > On 5/3/20 2:53 PM, > > Looks like you did not shutdown the 12 instance. > > -- > Adrian Klaver > adrian.klaver@ This is weird because "systemctl staus postgresql-12.service" shows that the service is dead. Best regards, TalGloz -- Sent from: https://www.postgresql-

Re: Upgrade Process Says "The database server was not shut down cleanly" but it was

2020-05-03 Thread Adrian Klaver
On 5/3/20 2:53 PM, TalGloz wrote: I'm in the process to update my Postgres 10 to 12 (it's my first server upgrade). I've shutdown my Postgres 10 using "systemctl stop postgresql-10.service" and "systemctl status postgresql-10.service" says: Active: inactive (dead) since Sun 2020-05-03 22:51:46 CE