ansible-mariadb-galera-cluster icon indicating copy to clipboard operation
ansible-mariadb-galera-cluster copied to clipboard

ubuntu24 fail install mariadb10.11 due to python-pymysql mising

Open FrancYescO opened this issue 8 months ago • 3 comments

just try to execute on ubuntu24 and requesting to install v10.11 of mariadb

fatal: [dbc03]: FAILED! => {"changed": false, "msg": "No package matching 'python-pymysql' is available"} fatal: [dbc01]: FAILED! => {"changed": false, "msg": "No package matching 'python-pymysql' is available"} fatal: [dbc02]: FAILED! => {"changed": false, "msg": "No package matching 'python-pymysql' is available"}

maybe is due to something wrong in official repos as also official install commands are failing:

# curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version="mariadb-10.11"
# [info] Checking for script prerequisites.
# [info] MariaDB Server version 10.11 is valid
# [info] Repository file successfully written to /etc/apt/sources.list.d/mariadb.list
# [info] Adding trusted package signing keys...
# [info] Running apt-get update...
E: The repository 'https://dlm.mariadb.com/repo/maxscale/latest/apt noble Release' does not have a Release file.
# [error] Failed to add trusted package signing keys

FrancYescO avatar Jun 13 '24 12:06 FrancYescO