-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recovering data from snapshot with error message #720
Comments
Hey @zpfhyj, can you please provide a log of your actions to make sure that nothing is missing from the instructuons? |
I created a qdrant cluster using the following command. Second command: third command: After the cluster creation is completed, use curl http://172.30.1.245:6333/cluster It is normal to view the cluster status in this way. Then, I accessed it in my browser http://172.30.1.245:6333/dashboard ,Create collections through console ,and insert some data。 Then, I use the snapshot command to create a snapshot. After the creation is completed, retrieve the snapshot and the snapshot status is normal. curl -X PUT /collections/test/snapshots/recover Command execution result output {"result": true, "status": "ok", "time": 0.033578903} However, the data was not recovered when viewed through the dashboard, and there are the following errors in the logs: 2024-03-14T10:31:20.103649Z INFO actix_web::middleware::logger: 172.30.1.245 "POST /collections/test/snapshots/upload?priority=snapshot HTTP/1.1" 200 48 "-" "curl/7.29.0" 1.496394 |
The qdrant cluster service started by three Docker containers uses the latest version of Docker image
I refer to official documents [https://qdrant.tech/documentation/concepts/snapshots/?q=snapshot] A snapshot was created using the command provided by qdrant, but an error message will be generated when restoring the snapshot, as shown in the figure.
The text was updated successfully, but these errors were encountered: