Keep older versions of Meilisearch available via Brew #442
schappim
started this conversation in
Feedback & Feature Proposal
Replies: 2 comments 2 replies
-
Hi @schappim! Thanks for this feedback, indeed this is not convenient in that case. @curquiza Do you have any idea of the feasibility and what it would mean for us to do this? I guess another solution would be to not release the new version on brew until all the SDKs are up to date but that seems much less viable in the long run in my opinion. Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks @gmourier! @curquiza you'll probably want this doco: https://docs.brew.sh/Versions#acceptable-versioned-formulae |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TL;DR: Would be great to not have to install older versions from source (on macOS).
It would be great to enable older versions of Meilisearch to continue to be available via Brew until all language libraries have been updated to use the latest version (for example meilisearch-rails).
Example of why this is an issue:
I find myself in the position today where I accidently updated meilisearch via brew, and it installed meilisearch 0.26.1.
When I try to run my rails app that relies on 0.25.2, I get the error:
I thought, not a problem, I'll just update the gem (unfortunately this is a no-go because the latest version of the gem still uses 0.25.2).
Ok then, I'll install the older version of meilisearch via brew, however when I do a
brew info meilisearch
I get back:So, now I have to install 0.25.2 via source. :-)
Beta Was this translation helpful? Give feedback.
All reactions