Re: Need Support to Upgrade from 13.6 to 15.3

Jeff Janes <jeff.janes@gmail.com>

From: Jeff Janes <jeff.janes@gmail.com>
To: Dippu Kumar <dippu.k@deeplynx.com>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2023-05-17T23:43:47Z
Lists: pgsql-bugs
On Tue, May 16, 2023 at 5:07 AM Dippu Kumar <dippu.k@deeplynx.com> wrote:

> Dear Support Team,
> - I run the below command after a few steps , I face initdb issue
> sudo apt install postgresql
>


> 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
>

I can't reproduce this.  What release of Ubuntu are you using? (Maybe what
specific API?) What machine type? What repository are you installing from?
(I don't think any Ubuntu is coming with PostgreSQL v15 right now by
default from the default repo).  Do you have to have already installed v13
first before you get this problem?

Cheers,

Jeff