Dumps
The /dumps route allows the creation of database dumps. Use dumps to migrate Meilisearch to a new version.
The /dumps
route allows the creation of database dumps. Dumps are .dump
files that can be used to restore Meilisearch data or migrate between different versions.
Meilisearch Cloud does not support the /dumps
route.
Create a dump
Triggers a dump creation task. Once the process is complete, a dump is created in the dump directory. If the dump directory does not exist yet, it will be created.
Dump tasks take priority over all other tasks in the queue. This means that a newly created dump task will be processed as soon as the current task is finished.
Learn more about asynchronous operations.
Example
Response: 202 Accepted
You can use this taskUid
to get more details on the status of the task
Was this page helpful?