-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/etc/yum.repos.d/percona* files still use http on RHEL8 and RHEL9 #673
Comments
steps to reproduce:
Successful: "The percona-release package now contains a percona-release script that can enable additional repositories ..."
Let's keep going...
Sed command from first post fixes it. |
[ppg-15.8-release-x86_64] [ppg-15.8-release-sources] |
Following these instructions: https://docs.percona.com/postgresql/15/yum.html#procedure
After this step,
sudo yum install https://repo.percona.com/yum/percona-release-latest.noarch.rpm
The percona repos are installed to /etc/yum.repos.d/percona*
All of the repos use http urls. Dnf/yum/whatever doesn't support http.
I do this to keep going:
sed -i "s/http\:/https\:/g" /etc/yum.repos.d/percona*
The text was updated successfully, but these errors were encountered: