how to upgrate from v2.4.6 to v2.4.15 #39188
hxlsky
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
Have you modified any configurations in the v2.4.6 yaml? If not, just upgrade the yaml to 2.4.15. Else, pick the configurations you have edited and apply them into the 2.4.15 yaml. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
there are some different parameters between v2.4.6 and v2.4.15,my milvus is deploy by standalone,and the docker-compose.yml is configure as flowing:
volumes:
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/milvus:/var/lib/milvus
- ${DOCKER_VOLUME_DIRECTORY:-.}/milvus.yaml:/milvus/configs/milvus.yaml
the milvus.yaml is outside container,how to uprade the milvus.yaml configure file?
Beta Was this translation helpful? Give feedback.
All reactions