1

I follow this link to start Milvus1.1.1. After I started it successfully, I inserted some data into it. But I don't know where my data is saved.

Jack
  • 85
  • 5

1 Answers1

0

For milvus1.1, the storage path is defined in server_config.yaml, storage.path, there should be like below block in configurations:

storage:
  path: /var/lib/milvus

So the default data storage location is /var/lib/milvus

Ji Bin
  • 491
  • 3
  • 9