Flavius
Flavius
Hi @dougfales, sorry for the delay! This is an interesting feature and a useful one. I'm wondering if it can be a global mode for the operator. In other words...
Hi @dougfales no problem, I'm sorry for the delay! I'm glad that you are using MySQL operator in production! I would like to add this feature because I see that...
Hi @surajssd, thank you for opening this issue! The problem is with the docker images that run the processes as root. There are few places where it needs to tweak...
Depends on #259 and https://github.com/operator-framework/operator-lifecycle-manager/issues/767 .
Awesome! So the backup is taken from a job that runs the code from [here](https://github.com/presslabs/mysql-operator/blob/286c250c0fcf4fde0b09d1f4e13997270426f5b9/pkg/sidecar/apptakebackup.go#L27) and through an HTTP request, it connects to a slave node and runs this [code](https://github.com/presslabs/mysql-operator/blob/286c250c0fcf4fde0b09d1f4e13997270426f5b9/pkg/sidecar/server.go#L73)....
Depends on #240
Depends on #259
Hi @enoliveira, how do you stop the pod? The PVC gets deleted but only for replicas when the cluster is scaled-down and never for the master pod or index 0....
It can be because of the k8s version. I didn't test on 1.20. We have a cleanup task that removes PVC if not used. I have to revise that. Thank...