You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

参考文档:https://docs.pingcap.com/zh/tidb-in-kubernetes/stable/deploy-tidb-binlog#%E5%AE%8C%E5%85%A8%E7%A7%BB%E9%99%A4-pump-%E8%8A%82%E7%82%B9

官方文档建议:

从8.3.0开始binlog作为一个过时的产品将被完全移除,增量备份建议使用ticdc,这里针对已经部署了pump和drainers的集群做出移除操作

查看状态:

show variables like "log_bin";

show pump status;

show drainer status;


  • No labels