Flavius
Flavius
Hi @chenmin1992, the PVC should be deleted when the cluster is deleted. That's the intended behavior. If you want to preserve the data then scale the cluster down to zero....
First, you have to download the `*.xbackup.gz` file, you can do that by using [`rclone`](https://rclone.org/) for example. Then unzip it and stream it to [`xbstream`](https://www.percona.com/doc/percona-xtrabackup/2.4/xbstream/xbstream.html). The command will look something...
I think that this can be a section in the documentation. Thanks for pointing it out. I will reopen it.
Hi @brianjjohnson, It's not possible to specify at bootstrap to create more than one schema. This is what docker image supports. It's a good idea to support custom SQL files,...
Hi @blafasel42, we have implemented new CRDs that are included in version 0.5.0 which is relased as `0.5.0-rc.3`. Here are an example of user and database: https://github.com/presslabs/mysql-operator/blob/master/examples/example-user.yaml https://github.com/presslabs/mysql-operator/blob/master/examples/example-database.yaml
Hi @weistonedawei, Now it is not possible, but this will be a nice feature. We can add a command-line argument to the operator to set the service name this is...
No, the headless service is hardcoded to `mysql` in order to have the hostname for each node that follows `-mysql-.mysql.` pattern, and to keep it short.
Hi @yonimoses, I need more details about this one. I didn't test the operator in Openshft, yet, so please give me more details, what [Security Context Constraints](https://docs.okd.io/latest/admin_guide/manage_scc.html#enable-images-to-run-with-user-in-the-dockerfile) do you have...
Hi @mnaser, So you propose to let the operator fill the `ROOT_PASSWORD` (also to create the secret if does not exists), am I right? If this is the case then...
Hi @cpanato, can you please describe the pod that is not ready (by running `kubectl describe `)? So I can see which container is not ready. If it's the `mysql`...