Hi folks, quick question: is the request below (an...
# community-help
k
Hi folks, quick question: is the request below (and its equivalent in Go) a blocking operation or just a fire-and-forget post request? If it's the latter how can we know programmatically that the snapshot is complete? How is it behaving with big datasets?
Copy code
curl "<http://localhost:8108/operations/snapshot?snapshot_path=/tmp/typesense-data-snapshot>" -X POST \
-H "Content-Type: application/json" \
-H "X-TYPESENSE-API-KEY: ${TYPESENSE_API_KEY}"