Skip to content

Where is data stored #20095

Oct 26, 2022 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

The standalone docker-compose file is:
wget https://github.com/milvus-io/milvus/releases/download/v2.1.4/milvus-standalone-docker-compose.yml -O docker-compose.yml

In this yml file, you can see the configuration of minio:

minio:
    container_name: milvus-minio
    image: minio/minio:RELEASE.2022-03-17T06-34-49Z
    environment:
      MINIO_ACCESS_KEY: minioadmin
      MINIO_SECRET_KEY: minioadmin
    volumes:
      - ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/minio:/minio_data

The "volumes" defines the storage path. After you start the standalone server by docker-compose up -d, you will see a folder "volumes" created under the path where you run the command. All the data files are stored in …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by davidlis
Comment options

You must be logged in to vote
3 replies
@hxlsky
Comment options

@yhmo
Comment options

yhmo Jan 7, 2025
Collaborator

@xiaofan-luan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants