-
Notifications
You must be signed in to change notification settings - Fork 264
Improve documentation on how to upgrade meilisearch on GCP #1897
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
Comments
Hello @roshammar I moved this issue to the documentation repo so that the documentation team gets your feedback 😄 We are already aware the current guide to upgrading Meilisearch is not really appropriate for the GCP/AWS/DO users, sorry for this, but this might change! We indeed opened an issue about this: #1849 I ping @alallema who could maybe help you with your last question! |
Hi, @roshammar,
systemctl status meilisearch
systemctl stop meilisearch
systemctl restart meilisearch If you had an error to recover your data or ./meilisearch --db-path /var/lib/meilisearch/data.ms --env production --import-dump "/var/opt/meilisearch/dumps/{{dump_id}}"
Edit: |
Meilisearch no longer officially supports GCP. |
Hi,
First of all, thank you for a great product!
I am running meilisearch v 0.27 in production on a GCP VM.
I followed the official instructions to set his up.
Now I want to upgrade this instance to v 0.28.
I have seen the general instructions for upgrading meilisearch.
However, these instructions are for the case where you have installed the binary with
curl -L https://install.meilisearch.com | sh ./meilisearch
This is not really the case for the GCP image, which has this set up automatically.
What would be the recommended way of stopping meili, upgrading to the latest version, and restarting, while keeping the current HTTPS settings, etc?
The text was updated successfully, but these errors were encountered: