Install Elasticsearch and enable it in Mastodon #97
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/96-elasticsearch_mastodon"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This has been tried in Vagrant and should be good to run on andromeda
Refs #96
Don't we at least want to set a cluster name and a node name as well?
The node name is set automatically from the server's hostname so that is not needed. The default cluster name is
elasticsearch
, do you have a suggestion for a name?Never mind then.
utACK. If you want, you can try it on Andromeda. Please just make sure to keep an eye on the resource usage for a bit, because there's some RAM left, but not crazy amounts of it.
I ran into an issue generating the Elasticsearch indices, but I found a PR that was merged into master that's not part of Mastodon 2.9.3 that fixes it: https://github.com/tootsuite/mastodon/pull/11192.
In order to run the importing tasks I have changed the code locally, and I will cherry pick the commit into our production branch
How is something that was merged in June not part of the latest release? I don't quite understand.
It was merged to master but not the stable-2.9 branch. Currently it's 382 commits behind master: https://github.com/tootsuite/mastodon/tree/stable-2.9/app
So what's still missing for merging this now?
This is ready to merge now