bitpoke / mysql-operator

Asynchronous MySQL Replication on Kubernetes using Percona Server and Openark's Orchestrator.
https://www.bitpoke.io/docs/mysql-operator/getting-started/
Apache License 2.0
1.04k stars 276 forks source link

oracle mysql compatibility consulation #290

Open Jacklli opened 5 years ago

Jacklli commented 5 years ago

we use oracle mysql 5.7 in production,can we use oracle mysql 5.7 with this operator instead of percona server for mysql?

AMecea commented 5 years ago

Hi @Jacklli, it does not work with MySQL from Oracle, yet. For two reasons, at least:

In version 0.3.0, which will be released soon, we get rid of utility user so it will be more easy to make the operator compatible with MySQL images in the next versions.

Jacklli commented 5 years ago

we use xtrabackup for Oracle Mysql 5.7 community edition for lock-free backup, so i believe it's not a problem. expecting version 0.3.0 :)