Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review Meilisearch Cloud updating guide #2762

Merged
merged 3 commits into from
Apr 4, 2024
Merged
Changes from 2 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
22 changes: 13 additions & 9 deletions learn/update_and_migration/updating.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,29 @@ If migrating to the latest version of Meilisearch will cause you to skip multipl
If you are running Meilisearch as a `systemctl` service using v0.22 or above, try our [migration script](https://github.com/meilisearch/meilisearch-migration).
</Capsule>

<Capsule intent="danger">
This guide only works for versions v0.15 and above. If you are using an older version, please [contact support](https://discord.meilisearch.com) for more information.
</Capsule>
## Updating Meilisearch Cloud

## Updating on Meilisearch Cloud
Log into your Meilisearch Cloud account and navigate to the project you want to update.

If you're using Meilisearch Cloud, you don't need to follow the rest of this guide. Clicking the "Update to `vX.Y.Z`" button on the dashboard will take care of the update for you.
Click on the project you want to update. Look for the "General settings" section at the top of the page.

Click on the project you want to update. Look for the "Project overview" section at the top of the page. Once a new version of Meilisearch is available, you should see an update button next to the "Meilisearch version" field.
Whenever a new version of Meilisearch is available, you will see an update button next to the "Meilisearch version" field.

![Button to update Meilisearch version to 1.0.2](https://raw.githubusercontent.com/meilisearch/documentation/main/assets/images/updating/update-button.png)

Clicking the button will open a pop-up warning. Once you agree to the update, the "Status" of your project will change from "running" to "updating".
To update to the latest Meilisearch release, click the "Update to v.X.Y.Z" button.

This will open a pop-up warning. Read it carefully, then click on "Update". The "Status" of your project will change from "running" to "updating".

![Project update in progress](https://raw.githubusercontent.com/meilisearch/documentation/main/assets/images/updating/update-in-progress.png)

Once the project has been successfully updated, you will receive an email confirming the update and the "Status" will change back to "running".
Once the project has been successfully updated, you will receive an email confirming the update and "Status" will change back to "running".

## Updating a local or deployed Meilisearch instance
## Updating a self-hosted Meilisearch instance

<Capsule intent="warning">
This guide only works for v0.15 and above. If you are using an older Meilisearch release, please [contact support](https://discord.meilisearch.com) for more information.
</Capsule>

### Step 1: Export data

Expand Down