From 05e6419a57e6eb64f46f46b497e0866317ab9069 Mon Sep 17 00:00:00 2001 From: Hugh Messenger Date: Sat, 10 Mar 2018 14:38:29 +0100 Subject: [PATCH] Added chewy:deploy to list of rake tasks (#570) Not sure about the wording, but wanted to get this one on the list. --- Running-Mastodon/List-of-Rake-tasks.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Running-Mastodon/List-of-Rake-tasks.md b/Running-Mastodon/List-of-Rake-tasks.md index 66a0d046..8d526677 100644 --- a/Running-Mastodon/List-of-Rake-tasks.md +++ b/Running-Mastodon/List-of-Rake-tasks.md @@ -41,6 +41,12 @@ Furthermore, in the command, `rake` is interchangeable with `rails` |----|-----------|-----| |mastodon:emails:digest|Sends out a personal digest to all eligible inactive users. Digest includes mentions since the last time the user was active. No e-mail is sent if there is no new content since last digest or user activity| +#### ElasticSearch + +|Task|Description|Usage| +|----|-----------|-----| +|chewy:deploy|Rebuilds ElasticSearch indexes from scratch. Useful when first deploying ES, to index existing toots| + #### Misc |Task|Description|Usage|