[MDBF-516] Intermittent archive.mariadb.org issues Created: 2022-12-11 Updated: 2022-12-18 Resolved: 2022-12-12 |
|
| Status: | Closed |
| Project: | MariaDB Foundation Development |
| Component/s: | Downloads |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | cPanel Senior Tech's | Assignee: | Faustin Lammler |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Attachments: |
|
| Description |
|
We received a few reports of MariaDB upgrades failing, for example:
We also saw the issue was with archive.mariadb.org specifically as well (it was showing as empty):
This can cause unintended database outages and we received about 4 reports in a small time frame. Is there any way to know what may have occurred with the archive.mariadb.org repo (around 12 PM CST Dec 11 2022)? |
| Comments |
| Comment by Daniel Black [ 2022-12-11 ] | |||||||
|
As far as I can tell so far it dropped a mount of /mnt/archive and at some point it came back. I'll keep an eye on it today and ask our sysadmin to look closer at the cause. | |||||||
| Comment by Daniel Black [ 2022-12-12 ] | |||||||
|
Note the mirrorbits based rpm.mariadb.org actually has some redundancy on the packages on it and is recommended as a repo url. Below uses the _v2 key file which includes the new sha2 gpg key beginning operation in 2023.
| |||||||
| Comment by Faustin Lammler [ 2022-12-12 ] | |||||||
|
Hi, We had a downtime yesterday on the archive.mariadb.org service (dates are in GMT): We are still investigating the root cause but it's probably related to a faulty core router (https://status.hetzner.com/incident/75b49f8f-e4df-4bbd-b140-bc0257ccdedf). As mentioned by Daniel, the archive.mariadb.org service should probably not be used as a default repository for actual releases of MariaDB, it is there to make available old release/binary but is not as reliable as mirror.mariadb.org or any official public mirror. | |||||||
| Comment by Faustin Lammler [ 2022-12-15 ] | |||||||
|
cPanelSTA can you make sure that cpanel does not use (hard coded) archive.mariadb.org by default since it's probably the worse candidate (the best being mirror.mariadb.org since it's geographic independent). | |||||||
| Comment by cPanel Senior Tech's [ 2022-12-15 ] | |||||||
|
MariaDB 10.2 seems to be missing from mirror.mariadb.org - the absence of versions can cause numerous issues during upgrade attempts. I believe this is why we switched to archive.mariadb.org Can you ensure 10.2 is re-added to mirror.mariadb.org? | |||||||
| Comment by Daniel Black [ 2022-12-15 ] | |||||||
|
Good point cPanelSTA, we restored the last version of the out of date versions on mirrors previously and they are gone again. I'll chase it up. | |||||||
| Comment by Faustin Lammler [ 2022-12-17 ] | |||||||
|
cPanelSTA we re-added 10.2.44 (latest 10.2 version that contains also some older versions, see for instance https://mirror.mariadb.org/mariadb-10.2.44/repo/debian/pool/main/m/mariadb-10.2/) on our root mirrors yesterday. It should be synchronized across all mirrors during the week-end. So feel free to switch to mirror.mariadb.org or any mirror from https://mirmon.mariadb.org. The mirror from Netcologne is also a good candidate, it's our EU primary mirror and it's reliable. Remember that 10.2 is EOL (you probably already know), so I still encourage you to move to the next LTS version 10.6 or 10.11 are probably good candidates. We can help you in that task, do not hesitate to ping us. | |||||||
| Comment by cPanel Senior Tech's [ 2022-12-18 ] | |||||||
|
Thank you! The reason for needing the EOL versions is due to how we upgrade (ie - user on 10.1 updates to 10.6, update process will go incrementally from the versions we support [10.2->10.3->10.4->10.6]). Seems to encounter the least amount of issues and helps ensure schema changes are applied. |