Skip to content

Commit

Permalink
Update updating.mdx (#2781)
Browse files Browse the repository at this point in the history
  • Loading branch information
recrute authored Apr 2, 2024
1 parent ea8b95c commit 75c1a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learn/update_and_migration/updating.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ Execute the command below to import the dump at launch:
# replace {dump_uid.dump} with the name of your dump file
./meilisearch --import-dump dumps/{dump_uid.dump} --master-key="MASTER_KEY"
# Or, if you chose another location for data files and dumps before the update, also add the same parameters
./meilisearch --import-dump dumps/{dump_uid.dump} --master-key="MASTER_KEY" --db-path PATH_TO_DB_DIR/data.ms --dump-dir path PATH_TO_DUMP_DIR/dumps
./meilisearch --import-dump dumps/{dump_uid.dump} --master-key="MASTER_KEY" --db-path PATH_TO_DB_DIR/data.ms --dump-dir PATH_TO_DUMP_DIR/dumps
```

</Tabs.Content>
Expand Down

0 comments on commit 75c1a67

Please sign in to comment.