【YashanDB 知识库】备库扩缩容指导
本文内容来自 YashanDB 官网,原文内容请见 https://www.yashandb.com/newsinfo/7281309.html?templateId=1718516
扩容
Step1:生成配置文件
$ yasboot config node gen -c yashandb -u yashan -p password --ip ip1,ip2...ipn --port 22 --install-path /var/database/yashan -g 1 --node 2
Step2:部署新服务器
如果是在已有服务器上增加备库节点,则跳过该步骤。
$ yasboot host add -c yashandb -i yashandb-23.2.2.100-linux-x86_64.tar.gz -t hosts_add.toml
Step3:扩容
$ yasboot node add -c yashandb -t yashandb_add.toml -p password
缩容
$ yasboot node remove --node-ids 1-4,1-5 --purge --force -c yashandb
注:如果缩容到 1 副本,则需删除所有 dn 配置文件中的配置项 replication_addr,否则无法关闭归档日志
版权声明: 本文为 InfoQ 作者【YashanDB】的原创文章。
原文链接:【http://xie.infoq.cn/article/6b397fa4b5dfb507ce8094f92】。文章转载请联系作者。
评论