In trying to upgrade my instance from PostgreSQL 17 to 18
I get this message
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:
/var/lib/postgresql/18/main/pg_upgrade_output.d/20250927T220622.019/loadable
_libraries.txt
Failure, exiting
pg_upgradecluster: pg_upgrade output scripts are in
/var/log/postgresql/pg_upgradecluster-17-18-main.pYaN
When I try to go to the path
/var/lib/postgresql/18/main/pg_upgrade_output.d/20250927T220622.019/loadable
_libraries.txt
The file does not exist, however I do see a file:
in
/var/log/postgresql/pg_upgradecluster-17-18-main.pYaN/loadable_libraries.txt
Is the given path just wrong or am I missing something?
Thanks,
Regina