-
Notifications
You must be signed in to change notification settings - Fork 994
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
create "latest" symlink in ProxySQL YUM repo to point to the latest CentOS release #1694
Comments
I can reproduce this issue. I have the same version of Amazon AMI image. Please add it on the latest folder as well. |
I found a workaround. "repo.proxysql" doesn't have the /latest/ folder. But the percona repo does have it. http://repo.percona.com/release/latest/RPMS/x86_64/ to disable proxysql repo##If you already have proxysql.repo and enabled=1, change to enabled=0 download/install percona repo$ sudo yum install https://repo.percona.com/yum/percona-release-latest.noarch.rpm install proxysql$ sudo yum install proxysql |
Hi @ohsono - this is not a workaround since Percona repo's do not contain the latest ProxySQL packages. |
@mcrauwel I've created "latest" please check if it works and let us know |
@pondix this works out of the box for Amazon Linux AMI. However the AMI2 is starting to be more used afaik and there it doesn't work yet. I would suggest to add a block of docs to the repo.proxysql.com info like this:
|
To be able to fully support default Amazon Linux AMI's the yum repo would need to support the
$releasever = latest
value. This is the default in all Amazon Linux AMI'sSee https://aws.amazon.com/amazon-linux-ami/faqs/#lock
The text was updated successfully, but these errors were encountered: