chart icon indicating copy to clipboard operation
chart copied to clipboard

Enabling Elastic Search after initial Install

Open hardillb opened this issue 9 months ago • 4 comments

With the upcoming Search changes due in version 4.2.0 I started to look at what is needed to enable Elastic Search on my instance. (I had been running without Elastic Search as it is a single user instance)

Looking at the values.yml I find the following:

https://github.com/mastodon/chart/blob/4b6fd9f7e6273cb2708e5f8e16b87b1d07114eb8/values.yaml#L235-L246

It is not clear where/how to run the command mentioned and the link now 404's (I assume the new version is here https://docs.joinmastodon.org/admin/optional/elasticsearch/)

Can you

  1. confirm how the command should be run. I expect something like
    kubectl -n mastodon exec -it mastodon-web-75b84997c-s4lfq -- RAILS_ENV=production bundle exec rake chewy:sync
    
  2. That this is still valid for version 4.2.0?
  3. Update the URL in the comment

Thanks

hardillb avatar Sep 20 '23 19:09 hardillb