Skip to content

Commit c3b8ea9

Browse files
Correct the location of the dumps folder (#3123)
--------- Co-authored-by: gui machiavelli <[email protected]>
1 parent a785712 commit c3b8ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/data_backup/dumps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This should return an object with detailed information about the dump operation:
6363

6464
All indexes of the current instance are exported along with their documents and settings and saved as a single `.dump` file. The dump also includes any tasks registered before Meilisearch start processing the dump creation task.
6565

66-
Once the task `status` changes to `succeeded`, find the dump file in [the dump directory](/learn/self_hosted/configure_meilisearch_at_launch#dump-directory). By default, this folder is named `dumps` and can be found in the same directory as your Meilisearch binary.
66+
Once the task `status` changes to `succeeded`, find the dump file in [the dump directory](/learn/self_hosted/configure_meilisearch_at_launch#dump-directory). By default, this folder is named `dumps` and can be found in the same directory where you launched Meilisearch.
6767

6868
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.
6969

0 commit comments

Comments
 (0)