MinIO数据迁移

  |   0 评论   |   0 浏览

1、下载 minio/mc

地址:https://min.io/download
2、分别添加源服务器和目标服务器: ./mc.exe config host add old http://IP:9000 "user" " password"

./mc.exe config host add new http://IP:9000 "user" " password"
3、按桶进行迁移: ./mc.exe mirror old/blacklist new/blacklist

报错:Failed to perform mirroring The specified bucket does not exist

需要在新服务中创建桶名称。


标题:MinIO数据迁移
作者:Micronotes
地址:https://micronotes.top/articles/2023/09/14/1694676420824.html