MrMEEE / awx-rpm-v2

AWX-RPM Reignited
GNU Affero General Public License v3.0
37 stars 11 forks source link

No group postgresql:15 available #45

Open krish613 opened 2 weeks ago

krish613 commented 2 weeks ago

I am trying to install AWX on Amazon Linux 2023 EC2 and getting the following error. Could you please help me what would be missing

FAILED! => {"changed": false, "msg": "No group postgresql:15 available.", "results": []}

MrMEEE commented 2 weeks ago

Hey

I don't really have any experience on ALMA, but can you try to do a "dnf module list postgresql"...

Else maybe @tgerov have some experience, as he did some patches regarding ALMA and/or Rocky..

krish613 commented 2 weeks ago

dnf module list postgresql - Error: No matching Modules to list

But, I have installed postgresql psql --version psql (PostgreSQL) 15.5

systemctl status postgresql ● postgresql.service - PostgreSQL database server Loaded: loaded (/usr/lib/systemd/system/postgresql.service; enabled; preset: disabled) Active: active (running) since Wed 2024-09-25 15:45:02 UTC; 23h ago

Please let me know if you need any other information.

MrMEEE commented 2 weeks ago

Try to pull latest from git and then set:

awx_rpm_install_postgres=false in your inventory..

tgerov commented 6 days ago

Hey

I don't really have any experience on ALMA, but can you try to do a "dnf module list postgresql"...

Else maybe @tgerov have some experience, as he did some patches regarding ALMA and/or Rocky..

Amazon Linux 2023 is not based on EL and doesn't support EPEL or EPEL-like repositories.

MrMEEE commented 6 days ago

@tgerov Thanks, makes sense then...

@krish613 seems like you will have to build your own packages, if you want to run AWX-RPM... or maybe try to get my packages to work manually...