[MDEV-28807] mariadb_repo_setup not supporting Ubuntu 22.04 "jammy" repositories Created: 2022-06-12 Updated: 2022-06-14 Resolved: 2022-06-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Repositories |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Hartmut Holzgraefe | Assignee: | Daniel Bartholomew |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
We provide our latest community builds for Ubuntu 22.04 "jammy" now, too, but mariadb_repo_setup still claims that it's not a supported platform yet. After applying the attached patch I could install latest MariaDB 10.8 and Maxscale 6.4 just fine, I just had to exclude the "Tools" repository as for that we don't seem to have "jammy" packages yet: /vagrant/new/mariadb_repo_setup --skip-tools --mariadb-server-version=mariadb-10.8 |
| Comments |
| Comment by Elena Stepanova [ 2022-06-12 ] | |||||||||
|
It looks like downloads have a really old version of the script (https://r.mariadb.com/downloads/mariadb_repo_setup) ant that's where https://mariadb.com/kb/en/mariadb-package-repository-setup-and-usage/ points at. The one in the github repo has a lot on top of February addition, including Jammy support:
| |||||||||
| Comment by Daniel Bartholomew [ 2022-06-13 ] | |||||||||
|
Yes, the changes are prepped, but haven't been pushed live because of some issues that came up in testing. Hoping to get it pushed today. | |||||||||
| Comment by Daniel Bartholomew [ 2022-06-14 ] | |||||||||
|
Published |