/snapshots 路由用于创建数据库快照。使用快照可以备份 Meilisearch 数据。
/snapshot
.snapshot
/snapshots
curl \ -X POST 'MEILISEARCH_URL/snapshots'
202 Accepted
{ "taskUid": 1, "indexUid": null, "status": "enqueued", "type": "snapshotCreation", "enqueuedAt": "2023-06-21T11:09:36.417758Z" }
taskUid
此页面有帮助吗?