Skip to content

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

Open
datphan wants to merge 1 commit intoteracyhq:mainfrom
datphan:tasks/#45-backup-should-work-with-mysql8
Open

@ #45 | fix mysqlha backup with xtrabackup 8#46
datphan wants to merge 1 commit intoteracyhq:mainfrom
datphan:tasks/#45-backup-should-work-with-mysql8

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