写点什么

【YashanDB 知识库】备库扩缩容指导

作者:YashanDB
  • 2025-01-23
    广东
  • 本文字数:330 字

    阅读完需:约 1 分钟

本文内容来自 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,否则无法关闭归档日志

发布于: 刚刚阅读数: 4
用户头像

YashanDB

关注

全自研国产新型大数据管理系统 2022-02-15 加入

还未添加个人简介

评论

发布
暂无评论
【YashanDB知识库】备库扩缩容指导_数据库_YashanDB_InfoQ写作社区