Issue
Description of problem:
The release notes for RHEL 9.2 [1] as well as the information found in the bugzilla RFE [2] state that to install postgresql 15, to run the command `dnf module install postgresql:15`. This unfortunately fails with an error about broken groups and modules.
The "server" profile of postgresql:15 is not set to the default, as it is in CentOS Stream 9. This default was set in October 17, 2022[3].
The aforementioned command works in CentOS Stream 9.
Version-Release number of selected component (if applicable):
postgresql:15 module
How reproducible:
Always.
Steps to Reproduce:
1. install rhel 9.2
2. run `dnf module install postgresql:15`
Actual results:
Error: Problems in request:
broken groups or modules: postgresql:15
Expected results:
postgresql-server listed as installation option with the module being enabled as part of the dnf transaction.
Additional info:
[1] https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/new-features#new-features-dynamic-programming-languages-web-and-database-servers
[2] Bugzilla RFE: https://bugzilla.redhat.com/show_bug.cgi?id=2128410
[3] https://gitlab.com/redhat/centos-stream/release-engineering/module-defaults/-/blob/c9s/postgresql.yaml