sohutv / cachecloud

搜狐视频(sohu tv)Redis私有云平台 :支持Redis多种架构(Standalone、Sentinel、Cluster)高效管理、有效降低大规模redis运维成本,提升资源管控能力和利用率。平台提供快速搭建/迁移,运维管理,弹性伸缩,统计监控,客户端整合接入等功能。(CacheCloud is a Redis cloud management platform. It supports Standalone, Sentinel, and Cluster architectures for Redis, effectively reducing large-scale Redis operation and maintenance costs, and improving resource management and utilization. The platform provides rapid construction/migration, operation and maintenance management, elastic scaling, statistical monitoring, client integration and access and other functions)
http://cachecloud.github.io/
Apache License 2.0
8.76k stars 2.04k forks source link

怎么把cachecloud迁移到新的机器上 #295

Closed czxin788 closed 1 year ago

czxin788 commented 1 year ago

我们现在用cachecloud管理了几套redis cluster。 cachecloud是单独部署在一个ECS机器上的,但是这个机器要到期了,我们想把cachecloud迁移到其他机器上,请问怎么操作

githubname1024 commented 1 year ago

@czxin788 是仅迁移cachecloud,由cachecloud管理的redis cluster不动吗? 如果是的,首先将cachecloud依赖的数据库(mysql、和redis(有些cachecloud版本不依赖,如有,具体可看配置文件中是否有配置))进行备份并部署到新机器。 确保新的部署cachecloud的机器上,存放有对应目录的文件,如配置有ssh密钥,则需进行确认。 拷贝cachecloud 程序包到新机器,然后进行启动。

如操作过程中有问题,可以在追加。

czxin788 commented 1 year ago

非常感谢。 是的,仅迁移cachecloud,cachecloud管理的redis cluster不动。

还有个问题想咨询一下,就是关闭cachecloud,对被管理的redis cluster没影响对吧

githubname1024 commented 1 year ago

关闭cachecloud,对被管理的redis 服务本身是没有影响的。

czxin788 commented 1 year ago

谢谢