Hi guys.
Do we have 'postgresql-server' in some default repo? I see there is a module but it seems to be "empty". If not what method do you recommend for pgsql? many thanks, L.
* lejeczek via devel:
Do we have 'postgresql-server' in some default repo? I see there is a module but it seems to be "empty". If not what method do you recommend for pgsql?
There is a postgresql-server package in appstream. It's PostgreSQL 13 (in 9 Stream) and supported for the entire life of 9 Stream, per https://access.redhat.com/support/policy/updates/rhel-app-streams-life-cycle#rhel9_full_life_application_streams.
There are also postgresql modules for newer PostgreSQL versions (currently 15 and 16). You can enable them using commands such as “dnf module enable postgresql:15”. I believe the supported life-cycle is the same as the system version for CentOS Stream.
Thanks, Florian
Hi guys.
It's been a while and I wonder have I gone blind or something - c10 still has got no postgresql packages? RHEL 10 has it from what I've read, right?
thanks, L.
On Thu, 9 Oct 2025 at 12:55, lejeczek via devel devel@lists.centos.org wrote:
Hi guys.
It's been a while and I wonder have I gone blind or something - c10 still has got no postgresql packages? RHEL 10 has it from what I've read, right?
# dnf list 'postgres*' Last metadata expiration check: 0:52:21 ago on Thu 09 Oct 2025 12:10:44 EDT. Available Packages postgres-decoderbufs.x86_64 1.9.7-9.Final.el10 appstream postgresql.x86_64 16.10-1.el10 appstream postgresql-contrib.x86_64 16.10-1.el10 appstream postgresql-docs.x86_64 16.10-1.el10 appstream postgresql-jdbc.noarch 42.7.1-8.el10 appstream postgresql-odbc.x86_64 16.00.0000-5.el10 appstream postgresql-plperl.x86_64 16.10-1.el10 appstream postgresql-plpython3.x86_64 16.10-1.el10 appstream postgresql-pltcl.x86_64 16.10-1.el10 appstream postgresql-private-devel.x86_64 16.10-1.el10 appstream postgresql-private-libs.x86_64 16.10-1.el10 appstream postgresql-server.x86_64 16.10-1.el10 appstream postgresql-server-devel.x86_64 16.10-1.el10 appstream postgresql-static.x86_64 16.10-1.el10 appstream postgresql-test.x86_64 16.10-1.el10 appstream postgresql-test-rpm-macros.noarch 16.10-1.el10 crb postgresql-upgrade.x86_64 16.10-1.el10 appstream postgresql-upgrade-devel.x86_64 16.10-1.el10 appstream root@xenadu 13:03:06 ~ # cat /etc/redhat-release CentOS Stream release 10 (Coughlan) root@xenadu 13:03:13 ~
thanks, L. _______________________________________________ devel mailing list -- devel@lists.centos.org To unsubscribe send an email to devel-leave@lists.centos.org
just in case similar to myself early adopters of c10 - though I fiddled with upgrade of c9 -> c10 (which worked) - see this/similar. I have had:
-> $ dnf module list WARNING: modularity is deprecated, and functionality will be removed in a future release of DNF5. Last metadata expiration check: 0:02:36 ago on Thu 09 Oct 2025 18:12:35 BST. @modulefailsafe Name Stream Profiles Summary postgresql 16 [e] client, server PostgreSQL server and client module
Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled
fix: reset that module for it was empty and seems to supersede 'repos' thanks, L.
On Thu, 9 Oct 2025 at 13:21, lejeczek via devel devel@lists.centos.org wrote:
just in case similar to myself early adopters of c10 - though I fiddled with upgrade of c9 -> c10 (which worked) - see this/similar. I have had:
-> $ dnf module list WARNING: modularity is deprecated, and functionality will be removed in a future release of DNF5. Last metadata expiration check: 0:02:36 ago on Thu 09 Oct 2025 18:12:35 BST. @modulefailsafe Name Stream Profiles Summary postgresql 16 [e] client, server PostgreSQL server and client module
Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled
fix: reset that module for it was empty and seems to supersede 'repos' thanks, L.
ouch. I didn't even know that was ever done. Yeah modules supercede regular packages and once they are installed you lose the ability to see other
devel mailing list -- devel@lists.centos.org To unsubscribe send an email to devel-leave@lists.centos.org