[MDEV-30604] MariaDB-server and MariaDB-client packages missing from RHEL repos? Created: 2023-02-07 Updated: 2023-02-09 Resolved: 2023-02-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Repositories |
| Affects Version/s: | 10.6.12, 10.9.5, 10.10.3 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Jared Beaulieu | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
RHEL 8.7 x86_64 |
||
| Description |
|
I'm trying to install MariaDB-server based on the instruction from the repo configuration page (https://mariadb.org/download/?t=repo-config&d=Red+Hat+Enterprise+Linux&v=10.10&r_m=rackspace). I configure the repo file as instructed but when I run: sudo yum install MariaDB-server MariaDB-client I get the following error: Error: Unable to find a match: MariaDB-server MariaDB-client When I run "yum repo-pkgs mariadb list" I don't see MariaDB-server or MariaDB-client packages |
| Comments |
| Comment by Faustin Lammler [ 2023-02-07 ] | |
|
Hi jrdbeau yep you are right, there is something missing in the repository configurator.
Here is more information on the topic and why this is needed: We will fix the issue in the repository configurator ASAP. | |
| Comment by Jared Beaulieu [ 2023-02-07 ] | |
|
Thank you. Adding "module_hotfixes=1" to the repo file worked. | |
| Comment by Daniel Black [ 2023-02-08 ] | |
|
Please verify and deploy. Noticed also that Ubuntu Kinetic is missing (that I haven't tried to fix in code). | |
| Comment by Daniel Black [ 2023-02-08 ] | |
|
And what we should do to avoid "module_hostfixes=1" (MDEV-22492). | |
| Comment by Vicențiu Ciorbaru [ 2023-02-09 ] | |
|
The problem should be fixed now. Also added Kinetic while I was at it. |