Skip to content

How do I change my path to store data? #34182

Discussion options

You must be logged in to vote

Follow these steps:

  1. Assume you put the "standalone_embed.sh" under this path /home/user/test, after you run the command bash standalone_embed.sh start, you will see a new file "embedEtcd.yaml" and a new subdirectory named "volumes" under this path:

  2. Stop the milvus by command bash standalone_embed.sh stop

  3. Use the command "docker ps -a" to list all the docker containers, you will see a container named "milvus-standalone"

  4. Use the command "docker rm [container_id]" to delete the "milvus-standalone" container

  5. Copy the entire directory /home/user/test to /data/user/test

  6. Under the /data/user/test, run command bash standalone_embed.sh start again. You will see a new milvus standalone…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@haozhuang0000
Comment options

Comment options

You must be logged in to vote
2 replies
@haozhuang0000
Comment options

@yhmo
Comment options

Answer selected by haozhuang0000
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants