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.03k stars 276 forks source link

does this operator only support cloud storage? #298

Open Jacklli opened 5 years ago

Jacklli commented 5 years ago

does this operator only support cloud storage? such as aws/google/azure cloud storage? can this operator be configured to store backup files on local disk or remote server such as rsyncd service?

AMecea commented 5 years ago

Hi @Jacklli, for now, the operator knows only cloud storage or what rclone supports. We plan to add support to push backups to local storage, too, see #263.