cybozu-go / moco

MySQL operator on Kubernetes using GTID-based semi-synchronous replication.

Home Page:https://cybozu-go.github.io/moco/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Protect all MySQL Pods by PDB during backup

masa213f opened this issue · comments

What

It seems that switch over and failover are not possible on MySQL instances that are being backed up.
During backup, it is better to protect all pods with PDB.

How

Describe how to address the issue.

Checklist

  • Finish implementation of the issue
  • Test all functions
  • Have enough logs to trace activities
  • Notify developers of necessary actions