Re: pg_upgrade and missing loadable libraries

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_upgrade and missing loadable libraries
Date: 2017-06-04 17:20:12
Message-ID: 20170604172012.xg324gofq2xikmwr@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian wrote:
> I have seen a few reports where people are getting this pg_upgrade
> error:
>
> Your installation references loadable libraries that are missing
> from the new installation. You can add these libraries to the
> new installation, or remove the functions using them from the
> old installation. A list of problem libraries is in the file:
>
> ./loadable_libraries.txt
>
> and the file contains:
>
> could not load library "$libdir/pgpool-regclass":
> ERROR: could not access file "$libdir/pgpool-regclass": No such file or directory
>
> The problem is that there is no indicate of which database to look in.

I think it'd be better to be exhaustive about the report, i.e. report
all problems in all databases, if possible. Doing repeated pg_upgrade
attempts until you've nailed all the problems is boring ...

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2017-06-04 17:44:11 Re: pg_upgrade and missing loadable libraries
Previous Message Andres Freund 2017-06-04 17:13:31 Re: pg_upgrade and missing loadable libraries