Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create playbook to install mysql8.4 #33

Merged
merged 7 commits into from
Jul 2, 2024
Merged

Conversation

marbonilla
Copy link
Contributor

@marbonilla marbonilla commented Jun 17, 2024

Description:

This PR includes playbooks and roles necessary to provision mysql 8.4 on Ubuntu 22 instances. It is based on the existing playbook and roles to provision mysql 8.0 with the following differences:

  • Removed deprecated variables slave-rows-search-algorithms, master-info-repository and relay-log-info-repository in /roles/templates/replication.cnf.j2
  • Re-configure users manually becose mysql-users ansible module is not create users correctly usindg caching_sha2_password auth plugin. This problem was reported in the ansible repository, the correction was made but there is still no release with this fix.

@marbonilla marbonilla requested a review from a team as a code owner June 17, 2024 21:07
mysql_8_4.yml Outdated Show resolved Hide resolved
roles/mysql_8_4/tasks/users.yml Show resolved Hide resolved
Copy link
Contributor

@Henrrypg Henrrypg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@Ian2012 Ian2012 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on CI on #34.

@marbonilla marbonilla merged commit bd3bcdb into main Jul 2, 2024
1 check passed
@marbonilla marbonilla deleted the mar/mysql-8-4 branch July 2, 2024 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants