Re: postgresql-17 on debian bookworm - directories missing

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Hu Bert <revirii(at)googlemail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: postgresql-17 on debian bookworm - directories missing
Date: 2025-11-20 12:46:52
Message-ID: 202511201242.4pht5cyc33ex@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2025-Nov-20, Hu Bert wrote:

> Hi there,
> i have a debian bookworm with postgresql-16 installed, from postgresql
> repository. I wanted to install postgresql-17 and then do a an inplace
> upgrade via pg_upgrade.
>
> Install: apt install postgresql-17 postgresql-17-postgis-3
> postgresql-17-postgis-3-scripts postgresql-client-17
>
> But after the installation there's no v17 cluster:

I think this is expected. The Debian packages create a cluster when you
install the server packages only if you don't already have a cluster.
Here it's clearly that you do have one, so a new one isn't created. You
could create one yourself with pg_createcluster. However, if what you
want to do is to upgrade the 16 one, then I think you don't need to
create a new one, but instead use pg_upgradecluster which will create
one for you.

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hu Bert 2025-11-20 12:57:33 Re: postgresql-17 on debian bookworm - directories missing
Previous Message Hu Bert 2025-11-20 12:37:59 Re: postgresql-17 on debian bookworm - directories missing