Need Support to Upgrade from 13.6 to 15.3

From: Dippu Kumar <dippu(dot)k(at)deeplynx(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Need Support to Upgrade from 13.6 to 15.3
Date: 2023-05-16 08:58:18
Message-ID: CAF6fgVVk1pVBSYp20gxRrrTpK=cE1ECv-NrxtSQhjDeri=vziQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Dear Support Team,
I'm facing an issue while upgrading PostgreSQL from version 13.6 to 15.3.
Here are steps I'm following:
- I hosted my existing PostgreSQL 13.6 instance on AWS (Ubuntu)
- I create an instance using AMIs ( same image of hosted instance )
- I run the below command after a few steps , I face initdb issue
sudo apt install postgresql
I need your help here.

sudo pg_createcluster 15 main --start

Creating new PostgreSQL cluster 15/main ...

/usr/lib/postgresql/15/bin/initdb -D /var/lib/postgresql/15/main
--auth-local peer --auth-host scram-sha-256 --no-instructions

/usr/lib/postgresql/15/bin/initdb: symbol lookup error:
/usr/lib/postgresql/15/bin/initdb: undefined symbol: PQmblenBounded

Error: initdb failed

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sergiu Ignat 2023-05-16 10:02:20 XML element with special characters can be created, serialized, but not deserialized
Previous Message PG Bug reporting form 2023-05-16 08:55:07 BUG #17934: Cannot run pgAdmin after upgrading from 15.2 to 15.3