Closed ThoTischner closed 6 years ago
This error isn't caused by Kubernetes or OpenShift but stems from an upstream error in MariaDB: http://lists.askmonty.org/pipermail/commits/2018-February/012037.html
In both MariaDB 10.1.31 and 10.2.13 the script installed at /usr/bin/wsrep_sst_xtrabackup-v2
is broken and needs to be fixed. I'm going to discuss how we're going to fix this downstream, because it clearly is an upstream issue.
Okay, is there any workaround at this time? Maybe i can use an older version of your docker image?
I've implemented a workaround in 3f86a26e11c5b594a8d28236eb4c2b7eef216c1b by manually patching the wsrep_sst_xtrabackup-v2
script. I've pushed the updated image as v004
again, so you'll only need to pull the image again.
Hey thanks i will try =)
It`s working now thanks alot.
Hi,
the first container gets ready but the second don`t.
Logs of the second container (mysql-1):
Logs of the first container (mysql-0):
Thanks, Thomas