Re: System (and DB) upgrade problem.

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: System (and DB) upgrade problem.
Дата
Msg-id f8e452fe60e5dc30a4ae0bb18a3624f2f23ddcd3.camel@cybertec.at
обсуждение исходный текст
Ответ на System (and DB) upgrade problem.  ("W.P." <laurentp@wp.pl>)
Ответы Re: System (and DB) upgrade problem., "part 2"  ("W.P." <laurentp@wp.pl>)
Список 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 по дате отправления:

Предыдущее
От: "W.P."
Дата:
Сообщение: System (and DB) upgrade problem.
Следующее
От: "Day, David"
Дата:
Сообщение: Re: Views and triggers more then one row returned by subquery.