Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed assets/images/cloud-dumps/02-import-dump.png
Binary file not shown.
10 changes: 0 additions & 10 deletions learn/data_backup/dumps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,6 @@ Since the `key` field depends on the master key, it is not propagated to dumps.

## Importing a dump

### Importing a dump in Meilisearch Cloud

You can import a dump into Meilisearch when creating a new project, below the plan selector:

<Frame>
<img src="/assets/images/cloud-dumps/02-import-dump.png" alt="The project creation interface, with a few inputs fields: project name, region selection, and plan selection. Right below all of these, is a file upload button named 'Import .dump'" />
</Frame>

### Importing a dump in self-hosted instances

Import a dump by launching a Meilisearch instance with the [`--import-dump` configuration option](/learn/self_hosted/configure_meilisearch_at_launch#import-dump):

```bash
Expand Down