Dump not created after calling /dumps endpoint
Author: KlemenS189Created Aug 23, 2026Updated Aug 24, 2026
Describe the bug I am running meilisearch in docker and when calling the /dumps endpoint I get the normal response:
{
"taskUid": 881,
"indexUid": null,
"status": "enqueued",
"type": "dumpCreation",
"enqueuedAt": "2026-08-22T20:37:39.798403339Z"
}
The task finishes:
{
"uid": 881,
"batchUid": 856,
"indexUid": null,
"status": "succeeded",
"type": "dumpCreation",
"canceledBy": null,
"details": {
"dumpUid": "20260822-203739846"
},
"error": null,
"duration": "PT53.146190460S",
"enqueuedAt": "2026-08-22T20:37:39.798403339Z",
"startedAt": "2026-08-22T20:37:39.845357713Z",
"finishedAt": "2026-08-22T20:38:32.991548173Z"
}
When i go into the ~/dumps folder, it is empty.
Expected behavior Dump should be present
Meilisearch version: getmeili/meilisearch:v1.35 image
Additional context Server is running on ARM cpu.
Source: meilisearch/meilisearch