[MDEV-25812] Rocky Linux unsupported by some scripts Created: 2021-05-28 Updated: 2021-06-07 Resolved: 2021-06-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Configuration, Scripts & Clients |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Hayden Young | Assignee: | Daniel Bartholomew |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | Compatibility, need_feedback, packaging | ||
| Environment: |
OS: Rocky Linux 8 RC1 |
||
| Issue Links: |
|
||||||||
| Description |
|
So basically, people have been flagging up with us that currently there are some scripts used in the installation/upgrade process for the latest MariaDB versions that break on Rocky Linux, because there are checks for only CentOS or RHEL in some scripts. They check `/etc/redhat-release` I believe. Rocky Linux, being binary compatible with RHEL, just needs to be added to the list of distros that this check permits. If this could be done (or at least if someone could advise us with regards to doing it ourselves), that would be great! |
| Comments |
| Comment by Sergei Golubchik [ 2021-06-04 ] |
|
What some scripts do you have in mind? |
| Comment by Hayden Young [ 2021-06-06 ] |
|
The script I've seen personally is mariadb_repo_setup, if memory serves. I reference scripts plural because I'm unsure whether other scripts might be affected in this. |
| Comment by Sergei Golubchik [ 2021-06-07 ] |
|
Okay. Then I'm closing it as a duplicate of |