Skip to content

Where can i get file uri while restoring from snapshot in Qdrant Cloud. #3747

Discussion options

You must be logged in to vote

Hi @chapimenge3 ,

Qdrant cloud snapshots are saved in default directory which is /qdrant/snapshots. Using this info you can constract snapshot file URI and use it.

Here is the HTTP request template for it:

PUT collections/{collection_name}/snapshots/recover
{
  "location": "file:///qdrant/snapshots/{collection_name}/{snapshot_name}"
}

Replies: 2 comments 3 replies

Comment options

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

Comment options

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

@chapimenge3
Comment options

Answer selected by chapimenge3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants