Re: Need Support to Upgrade from 13.6 to 15.3

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: Dippu Kumar <dippu(dot)k(at)deeplynx(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: Need Support to Upgrade from 13.6 to 15.3
Date: 2023-05-17 23:43:47
Message-ID: CAMkU=1wx0xkTH9ykKYGqG4is4jnf+Z8wJBdT-6f19YFmJ+7ArQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, May 16, 2023 at 5:07 AM Dippu Kumar <dippu(dot)k(at)deeplynx(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2023-05-17 23:50:42 Re: Need Support to Upgrade from 13.6 to 15.3
Previous Message Tom Lane 2023-05-17 15:28:52 Re: Clause accidentally pushed down ( Possible bug in Making Vars outer-join aware)