Re: System (and DB) upgrade problem.

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: "W(dot)P(dot)" <laurentp(at)wp(dot)pl>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: System (and DB) upgrade problem.
Date: 2021-01-13 11:28:19
Message-ID: f8e452fe60e5dc30a4ae0bb18a3624f2f23ddcd3.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2021-01-13 at 07:41 +0100, W.P. wrote:
> I am upgrading Fedora 24 to (now) 26, PostgreSQL stopped starting (as
> expected), the message from systemctl was to do "postgresql-setup
> --upgrade".
>
> Did installed the tool, loaunched.
>
> But it fails with (attached logs) messages, I am missing some libraries,
> what should I install?

The logs complain about missing the "dblink" library, so you forgot to install
the -contrib package.

Remember to REINDEX all indexes on string columns, because the collations
may have changed.

Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Голубева Яна 2021-01-13 13:30:34 Re: Define hash partition for certain column values
Previous Message W.P. 2021-01-13 06:41:59 System (and DB) upgrade problem.