citusdata / citus

Distributed PostgreSQL as an extension
https://www.citusdata.com
GNU Affero General Public License v3.0
10.49k stars 666 forks source link

Support to RHEL 9 #7589

Open juanpablogd opened 5 months ago

juanpablogd commented 5 months ago

When trying to install Citus on Red Hat Enterprise Linux release 9.3 I get a warning: curl https://install.citusdata.com/community/rpm.sh | sudo bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 8471 100 8471 0 0 51969 0 --:--:-- --:--:-- --:--:-- 52290 Detected operating system as rhel/9. Checking for curl... Detected curl... Checking for postgresql16-server... Detected postgresql16-server... Checking for EPEL repositories... Detected EPEL repoitories Downloading repository file: https://repos.citusdata.com/community/config_file.repo?os=rhel&dist=9&source=script... done. Installing pygpgme to verify GPG signatures... WARNING: The pygpgme package could not be installed. This means GPG verification is not possible for any RPM installed on your system. To fix this, add a repository with pygpgme. Usualy, the EPEL repository for your system will have this. More information: https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F

AngeloBestetti commented 5 months ago

@juanpablogd did you find the solution? I have same situation here

juanpablogd commented 5 months ago

@AngeloBestetti Yeah, first run a command for GPG verification:

yum list citus*

Accept the verification and then run the command to install:

sudo yum install -y citus_16

AngeloBestetti commented 5 months ago

Thank you very much

Em qui., 25 de abr. de 2024, 22:42, Juan Pablo GD @.***> escreveu:

@AngeloBestetti https://github.com/AngeloBestetti Yeah, first run a command for GPG verification:

yum list citus*

Accept the verification and then run the command to install:

sudo yum install -y citus_16

— Reply to this email directly, view it on GitHub https://github.com/citusdata/citus/issues/7589#issuecomment-2078480542, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABAX26TTBLWP5IBUK2G3RC3Y7GWI7AVCNFSM6AAAAABGWCELMWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZYGQ4DANJUGI . You are receiving this because you were mentioned.Message ID: @.***>

devrimgunduz commented 3 months ago

FWIW PostgreSQL community repository has always up2date packages:

https://yum.postgresql.org/

gurkanindibay commented 3 months ago

We are working to release the packages. I'll update you when the packages are ready