本地存储的milvus应该怎么去备份和恢复呢 #40847
Unanswered
newfyu
asked this question in
Q&A and General discussion
Replies: 2 comments 1 reply
-
把所有的目录都拷贝一下就可以。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
docker compose安装方式把etcd, minio, milvus三者的数据目录都映射到了volume下面:
正因为如此,milvus运行时所需的所有数据都在volumes目录下,所以你才可以直接拷贝整个volumes目录,拷贝到另一个目录下用相同的docker-compoes.yaml启动一个新的standalone |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
我的环境是milvus安装在docker中,存储配置到了本地,volume中有
60M ./rdb_data_meta_kv
398M ./etcd
532M ./rdb_data
1.1G ./data
我应该怎么去备份和恢复文件呢,看了下milvus-backup,也看不懂怎么配置这种本地的,只需要能备份和恢复就可以
Beta Was this translation helpful? Give feedback.
All reactions