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

Meilisearch data volume no longer persistent with recent versions of Meilisearch #415

Closed
tdondich opened this issue May 20, 2022 · 2 comments

Comments

@tdondich
Copy link
Contributor

  • Sail Version: 1.14.6
  • Laravel Version: 8+
  • PHP Version: 8+
  • OS: Any

Description:

Meilisearch, since 0.27 has changed their working data directory to /meili_data. Sail's meilisearch stub still has it mounting to /data.ms, which is incorrect. It will not throw any errors but data will not be persistent between sail down/up.

Steps To Reproduce:

  • Create laravel sail based project with meilisearch.
  • Add an index or change meilisearch data in any way.
  • Sail down
  • Sail up
  • See that Meilisearch does not persist data.

PR TO RESOLVE: #414

@reppair
Copy link

reppair commented May 20, 2022

Having the same issue. Chaining the data directory works for me.

@AlejandroAkbal
Copy link

PR is merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants