
Update repos and packages to install the server for MariaDB 10.1, the current stable release. Several improvements have been made to improve the upgrade process and an upgrade from 10.0 has been included in the test playbooks. Make use of the yum_repository module for installing on yum based systems and give the apt repository files consistent names, 'MariaDB' and 'Percona' for easier maintenance and handling of upgrades going forward. Depends-On: I8939703f26e5d8adc393b984266f4cad7a6e0b4c Change-Id: Ib6409f1fcf4a664b65dbe01372a19509d02d70a4
11 lines
525 B
YAML
11 lines
525 B
YAML
---
|
|
upgrade:
|
|
- The galera_server role now installs MariaDB server version 10.1.
|
|
- For systems using the APT package manager, the sources files for
|
|
the MariaDB and Percona repos now have consistent names,
|
|
'MariaDB.list' and 'Percona.list'.
|
|
- The ``galera_mariadb_apt_server_package`` and ``galera_mariadb_yum_server_package``
|
|
variables have been renamed to ``galera_mariadb_server_package``.
|
|
- The ``galera_apt_repo_url`` and ``galera_yum_repo_url`` variables have been renamed
|
|
to ``galera_repo_url``.
|