Closed Dzeri96 closed 2 years ago
Solved trough this issue. Turns out that if you have some plugins installed, you'll have to create a custom image with those plugins installed.
As a side-note, I really wish postgres' logging were better in this case. I had to run pg_ctl with -d 5
to get the highest log level possible and figure out that it's looking for a plugin.
I'm trying to run the 11-to-12 image in order to upgrade a db being run from docker-compose like so:
Unfortunately, I'm getting the following error:
Looking at pg_upgrade_server.log, I see these lines:
Any idea what's the cause and how to fix it?