Rocky 9 is supposed to support postgres 13 but I cant find it (only v15 and v16) also seems a lot of modules are missing, did I miss an announcement ?
rocky 8.10
[root@f533477873cd /]# dnf module list | wc -l
101
Rocky 9.4
[root@b9f79d6053a5 /]# dnf module list | wc -l
18
I see it here. It is not a module. If you enable any postgresql module, you get that version and lose the ability to install the non-module version.
[root@cm02 ~]# dnf info postgresql
Last metadata expiration check: 0:38:17 ago on Mon 26 Aug 2024 02:15:35 PM MST.
Available Packages
Name : postgresql
Version : 13.14
Release : 1.el9_3
Architecture : x86_64
Size : 1.5 M
Source : postgresql-13.14-1.el9_3.src.rpm
Repository : appstream
Summary : PostgreSQL client programs
URL : http://www.postgresql.org/
License : PostgreSQL
Description : PostgreSQL is an advanced Object-Relational database management
: system (DBMS). The base postgresql package contains the client
: programs that you'll need to access a PostgreSQL DBMS server, as
: well as HTML documentation for the whole system. These client
: programs can be located on the same machine as the PostgreSQL
: server, or on a remote machine that accesses a PostgreSQL server
: over a network connection. The PostgreSQL server can be found in : the postgresql-server sub-package.
[root@cm02 ~]#
What specific modules are missing? 9 does not rely on modules by default as 8 did so the number of modules will be much lower than 8.
Oh indeed thank you !.
I could swear my code enabling pgsql:13 was working a couple of days ago with both rocky 8 and 9 but maybe I am mistaken.
I knew rocky 9 will be phasing out modules but the difference in module numbers stroke me.