Sorry, I cannot. Again, there's no "conversion" per se. Mostly just removal of incompatible settings.do you perhaps have and/or can you share the conversion templates that are used with the db upgrade tool?
Sorry, I cannot. Again, there's no "conversion" per se. Mostly just removal of incompatible settings.do you perhaps have and/or can you share the conversion templates that are used with the db upgrade tool?
@VNick,Sorry, I cannot. Again, there's no "conversion" per se. Mostly just removal of incompatible settings.
https://downloads.mariadb.com/MariaDB/ because it returns a 521 error./etc/yum.repo.d/mariadb.repo and change 10.11 to 11.4 it is able to list the packages (and I suppose to install it)MariaDB repositories are working, if you modify the/etc/yum.repo.d/mariadb.repoand change 10.11 to 11.4 it is able to list the packages (and I suppose to install it)
@Longi,
There is a general answer to the "521 error question", being that something is wrong on the Cloudflare side.
That is the central assumption that one has to use when being confronted with a 521 error from Cloudflare.
In this case (and most other cases), one can simply check the "erroneous" URL in a browser, since Cloudflare will then provide some additional information.
At this moment, opening the URL
will give you an indication that something is wrong at "Cloudflare Location : Amsterdam".
This is not new, it happens a lot since 18 November.
In essence, the statement
is not a good workaround, for the reasons that :
1 - any change of repo configs might work if there is some re-routing on the Cloudflare side, but that is not a guarantee that all we be working fine : issues on the Cloudflare side seem to persist and some of these issues are / have been resolved with some effects on "network continuity"
2 - any change of repo configs that involve version updates are not wise if you want to run an upgrade : the upgrade itself needs to adjust all config files
Stated differently, one has to sit out the situation until Cloudflare has resolved issues and/or finalized "network maintenance" (as they call it, it is probably a very nice definition for "bug resolution") or until MariaDB repos are available without interference of Cloudflare.
In summary, I can only recommend to be cautious and to have some patience.
After all, messing around with the beating heart of your system (the database) can cause heart attacks.
Kind regards.....


@mahmut ozdemir
It is very likely that there is a Cloudflare related issue.
However, a "web server" is something different than a "repo server" - you are trying to reach a "mirror", a repo server containing data to download.
MariaDB mirrors (with the exception of one that you should not be bothered by) are working fine.
So, for some reason, you cannot - properly - access the mirrors of MariaDB and, since there is a CloudFlare issue (maintenance or issue), it cannot be excluded that your issues are related to the Cloudflare issues.
Please check your firewall and make sure that you do not have the IPs of the MariaDB mirrors blocked.
Kind regards.....
# MariaDB 10.11 repository list
deb [arch=amd64,arm64,ppc64el] https://mirror.mariadb.org/repo/10.11/ubuntu/ focal main
deb [arch=amd64,arm64,ppc64el] https://mirror.mariadb.org/repo/10.11/debian buster main
sudo chattr +i mariadb.list
sudo chattr -i mariadb.list