[MDEV-27097] MariaDB download not possible Created: 2021-11-20 Updated: 2022-02-11 Resolved: 2021-12-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | 10.6.5 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Marc | Assignee: | Andreia Hendea |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Documentation, download | ||
| Issue Links: |
|
||||||||
| Description |
|
Downloads like we had for years, e.g. for updating rpm's do not work anymore. Manual downloads stop and can't resume. At least the manual downloaded files (if it works) have different structure. I usually downloaded the files via: |
| Comments |
| Comment by Vicențiu Ciorbaru [ 2021-11-22 ] |
|
Hi mokraemer! Sorry for having this regression. The "interstitial" URL was never part of any official API to download the file and we lost it when refactoring the code. We have exposed a REST API specifically for this use case. https://downloads.mariadb.org/rest-api/mariadb/10.6.5/mariadb-10.6.5.tar.gz With docs here: This is the URL that will accomplish the same as the previous "interstitial" url. If this is something that you can not adjust, I can work to enable a redirect, but I can not guarantee that it will keep working for future releases. NOTE: I have noticed a few bugs in the rest-api docs. I'll get these fixed and only then close the issue. |
| Comment by Marc [ 2021-11-22 ] |
|
Thanks for your feedback! I can adjust the URL. That really helps managing updates for rpm packages! |
| Comment by Andreia Hendea [ 2021-12-06 ] |
|
Hi mokraemer, the download should work now as it was before. I don't think you need to change things. |
| Comment by Marc [ 2021-12-06 ] |
|
I already changed it, but thanks. I will change it back |