pglogical icon indicating copy to clipboard operation
pglogical copied to clipboard

Support postgresql-18

Open ArturFormella opened this issue 5 months ago • 1 comments

postgresql-18-pglogical is missing.

➜  ~ sudo pg_upgradecluster 17 main 

Setting up postgresql-18 (18.0-1.pgdg24.04+3) ...
Setting up postgresql-18-jit (18.0-1.pgdg24.04+3) ...
Setting up postgresql (18+283.pgdg24.04+1) ...
Checking if PostgreSQL cluster 17/main can be upgraded
postgresql-17-pglogical is installed, but **postgresql-18-pglogical is missing**
1 package(s) from version 17 missing for version 18
Install the missing packages and try pg_upgradecluster again. To ignore the issue, use --force-packages
Error: pg_upgradecluster pre-upgrade checks failed

ArturFormella avatar Sep 26 '25 07:09 ArturFormella

Issues with packaging should be reported to the teams who do the packaging, not the developers of the extensions. Please follow https://wiki.postgresql.org/wiki/Apt#Bugs next time.

As for this case, you can see the packages are available:

# apt-cache show postgresql-18-pglogical

Package: postgresql-18-pglogical
Source: pglogical
Version: 2.4.6-1.pgdg24.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <[email protected]>
[...]

Feel free to close this issue if you see the packages as well.

tureba avatar Oct 16 '25 16:10 tureba