You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install proxysql for CentOS 7, likely due to the version of the creationrepo used on the build side, the metadata from repodata gets generated using zst instead of gz which used to be the default on previous versions of createrepo. As a result of that, when trying to install using yum, it fails with the following message:
Parsing primary.xml error: Start tag expected, '<' not found
The issue started on proxysql build for 2.6
The workaround for now is to keep on 2.5
My suggestion would be to whomever responsible for the repo, to either set as compression=gz on RHEL7
The text was updated successfully, but these errors were encountered:
Yeah, downloading the rpm and resigning on a private repo using older createrepo will work.
As CentOS is going EOL by end of this june and RHEL will start a 4-years extended support, that is actually a decision on your side if to support RHEL7 or not from 2.6 on.
When trying to install proxysql for CentOS 7, likely due to the version of the creationrepo used on the build side, the metadata from repodata gets generated using zst instead of gz which used to be the default on previous versions of createrepo. As a result of that, when trying to install using yum, it fails with the following message:
Parsing primary.xml error: Start tag expected, '<' not found
The issue started on proxysql build for 2.6
The workaround for now is to keep on 2.5
My suggestion would be to whomever responsible for the repo, to either set as compression=gz on RHEL7
The text was updated successfully, but these errors were encountered: