Skip to content
Discussion options

You must be logged in to vote

You can safely update. We're using 1.8 on the public demo and it works fine. The only thing is that you need to delete the 1.7.x index and re-index after updating with 1.8 ( I'd recommend mapping another folder for the 1.8 index)

You can add this to your docker-compose.override.yml file to try it out yourself:

version: '3.4'

services:

# Your existing override file content....

  meilisearch:
    image: getmeili/meilisearch:v1.8
    volumes:
      - ./meili_data_v1.8:/meili_data

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rcdailey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants