PostgreSQL upgrade from 9.6 to 10.13

From: Ramesh Maddi <mymail(dot)ramesh(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: PostgreSQL upgrade from 9.6 to 10.13
Date: 2020-07-17 04:30:31
Message-ID: CA+270XCV1JfNGgNiiU6_sPjuqsUocMa6yPeOdFs-qhb042M3Yw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Team,

We have postgreSQL 9.6 installed for our product using PostgreSQL
interactive installer (postgresql-9.6.17-1-linux-x64.run) in Linux. Now we
wanted to upgrade it to 10.13 using (postgresql-10.13-1-linux-x64.run).
While doing it, getting below error.

Command I have used:
*./postgresql-10.13-1-linux-x64.run --installer-language en
--serviceaccount postgres --servicename postgres --datadir
"/home/postgres/data" --prefix "/home/postgres" --serverport 5432 --mode
unattended*

Error:
*The existing data directory (catalog version: 201608131) is not compatible
with this server (catalog vers**ion: 201707211)*

Can anyone have some insight on this? Thanks in advance.

- Ramesh

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message David G. Johnston 2020-07-17 04:38:44 Re: PostgreSQL upgrade from 9.6 to 10.13
Previous Message Tom Lane 2020-07-16 22:01:10 Re: Replication Question