Bump MariaDB to 11.8.3
This moves MariaDB version to the next LTS release, which is 11.8 Change-Id: I16df06f74478cbef6f4ea17f56a257c892f7e5ea Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
This commit is contained in:
@@ -44,8 +44,8 @@ galera_mariadb_client_binary: mariadb
|
|||||||
galera_mariadb_server_package: "{{ (galera_install_method == 'external_repo') | ternary(_galera_mariadb_external_repo_package, 'mariadb-server') }}"
|
galera_mariadb_server_package: "{{ (galera_install_method == 'external_repo') | ternary(_galera_mariadb_external_repo_package, 'mariadb-server') }}"
|
||||||
|
|
||||||
# The major version used to select the repo URL path
|
# The major version used to select the repo URL path
|
||||||
galera_major_version: 11.4
|
galera_major_version: 11.8
|
||||||
galera_minor_version: 8
|
galera_minor_version: 3
|
||||||
|
|
||||||
# Set the URL for the MariaDB repository
|
# Set the URL for the MariaDB repository
|
||||||
galera_repo_host: "archive.mariadb.org"
|
galera_repo_host: "archive.mariadb.org"
|
||||||
|
Reference in New Issue
Block a user