Skip to content

Commit

Permalink
Merge pull request #173 from altima/version-update
Browse files Browse the repository at this point in the history
added support for MariaDB 10.5
  • Loading branch information
fraenki committed Jun 27, 2022
2 parents 0cf046d + de87f01 commit a87b1b5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Below you will find an **incomplete** and possibly **outdated** list of known (i
| **Codership Galera** | | | | |
| 5.6 / 5.7 | :green_circle: :green_circle: **/** :no_entry_sign: :no_entry_sign: | :green_circle: :green_circle: **/** :no_entry_sign: :no_entry_sign: | :green_circle: :green_circle: | :green_circle: :green_circle: |
| **MariaDB Galera Cluster** | | | | |
| 10.3 / 10.4 | :green_circle: :green_circle: **/** :green_circle: :green_circle: | :green_circle: :green_circle: **/** :green_circle: :green_circle: | :green_circle: :green_circle: | :green_circle: :green_circle: |
| 10.3 / 10.4 / 10.5 | :green_circle: :green_circle: **/** :green_circle: :green_circle: | :green_circle: :green_circle: **/** :green_circle: :green_circle: | :green_circle: :green_circle: | :green_circle: :green_circle: |

The table only includes the **two most recent** versions.
Older and possibly outdated releases are not listed, although they may still be supported by their vendors.
Expand Down
12 changes: 12 additions & 0 deletions data/Debian-11.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
galera::mariadb::105::arbirator_package_name: 'galera-arbitrator-4'
galera::mariadb::105::client_package_name: 'mariadb-client-10.5'
galera::mariadb::105::galera_package_name: 'galera-4'
galera::mariadb::105::mysql_package_name: 'mariadb-server-10.5'
galera::mariadb::arbitrator_config_file: '/etc/default/garb'
galera::mariadb::arbitrator_package_name: 'galera-arbitrator-4'
galera::mariadb::arbitrator_service_name: 'garb'

galera::sst::mariabackup::mariadb::105::additional_packages:
- 'mariadb-backup'
- 'socat'

0 comments on commit a87b1b5

Please sign in to comment.