[MDEV-25805] support Rocky Linux in mariadb_repo_setup script Created: 2021-05-28 Updated: 2021-06-15 Resolved: 2021-06-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Daniel Bartholomew |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
From https://mariadb.com/kb/en/no-rocky-linux-support-yet/ :
|
| Comments |
| Comment by Daniel Bartholomew [ 2021-05-28 ] | |||
|
When running the mariadb_repo_setup script, you can tell it what OS and version to use and then it will skip trying to detect the OS you are running:
(I also added the above to the question in the KB) | |||
| Comment by Daniel Bartholomew [ 2021-05-28 ] | |||
|
I agree that we should move the script to using dnf for RHEL. It used to support older RHEL versions which didn't have dnf, but they have now been deprecated, so now all versions supported by the script have dnf. | |||
| Comment by Sergei Golubchik [ 2021-06-04 ] | |||
|
dbart, may be also check that it works on AlmaLinux, while you're at it? | |||
| Comment by Daniel Bartholomew [ 2021-06-07 ] | |||
|
I have a test version of the mariadb_repo_setup_script uploaded to: https://downloads.mariadb.com/MariaDB/mariadb_repo_setup_test Just run normally and it should properly detect both AlmaLinux and Rocky. i.e. something like the following:
I'll get it pushed to the production location once I've tested it a bit more. | |||
| Comment by Daniel Bartholomew [ 2021-06-14 ] | |||
|
The script has been updated. Will now properly detect both Alma and Rocky Linux. | |||
| Comment by Daniel Black [ 2021-06-15 ] | |||
|
Thanks Daniel |