Re: System (and DB) upgrade problem. - Mailing list pgsql-general

From Laurenz Albe
Subject Re: System (and DB) upgrade problem.
Date
Msg-id f8e452fe60e5dc30a4ae0bb18a3624f2f23ddcd3.camel@cybertec.at
Whole thread Raw
In response to System (and DB) upgrade problem.  ("W.P." <laurentp@wp.pl>)
Responses Re: System (and DB) upgrade problem., "part 2"  ("W.P." <laurentp@wp.pl>)
List 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




pgsql-general by date:

Previous
From: "W.P."
Date:
Subject: System (and DB) upgrade problem.
Next
From: "Day, David"
Date:
Subject: Re: Views and triggers more then one row returned by subquery.