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

@ #45 | fix mysqlha backup with xtrabackup 8 #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

datphan
Copy link
Contributor

@datphan datphan commented Nov 11, 2024

@hoatle hoatle self-assigned this Nov 11, 2024
@hoatle
Copy link
Member

hoatle commented Nov 12, 2024

@datphan please check 2 tests below:

  1. With default values (mysql:5.7.36 and teracy/xtrabackup:2.4)
$ kubectl create ns test
$ cd charts
$ helm upgrade --install db mysqlha -n=test

Expected: 3 db pods (replicas) should run normally
Actual: It's not

  1. With override values (mysql:8.0.27 and teracy/xtrabackup:buster-8.0):
$ kubectl create ns test
$ cd charts
$ helm upgrade --install db2 mysqlha --set mysqlImage=mysql:8.0.27 --set xtraBackupImage=teracy/xtrabackup:buster-8.0  --n=test

Expected: 3 db pods (replicas) should run normally
Actual: It's not

  1. And make sure that CI build is passed.

@hoatle hoatle self-requested a review November 12, 2024 02:54
Copy link
Member

@hoatle hoatle left a comment

Choose a reason for hiding this comment

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

@datphan pls check my comment above.

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.

2 participants