Dumps are data backups containing all data related to a Meilisearch instance. They are often useful when migrating to a new Meilisearch release.
1
with the taskUid
returned by the previous command:
.dump
file. The dump also includes any tasks registered before Meilisearch starts processing the dump creation task.
Once the task status
changes to succeeded
, find the dump file in the dump directory. By default, this folder is named dumps
and can be found in the same directory where you launched Meilisearch.
If a dump file is visible in the file system, the dump process was successfully completed. Meilisearch will never create a partial dump file, even if you interrupt an instance while it is generating a dump.
key
field depends on the master key, it is not propagated to dumps. If a malicious user ever gets access to your dumps, they will not have access to your instance’s API keys.--import-dump
configuration option:
uid
as an index in the dump file will be overwritten.