From 0b5cb11d08e52d71176746b94c2917f813556ac0 Mon Sep 17 00:00:00 2001 From: Erwan Leboucher Date: Mon, 17 Apr 2017 17:13:15 +0200 Subject: [PATCH] Use the united command for daily task (#81) commit of mastodon here https://github.com/tootsuite/mastodon/commit/e17f9d5e1ad63dc61085b4288f349f8a6f75361d --- Running-Mastodon/Production-guide.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Running-Mastodon/Production-guide.md b/Running-Mastodon/Production-guide.md index 337f062a..9dfa46ac 100644 --- a/Running-Mastodon/Production-guide.md +++ b/Running-Mastodon/Production-guide.md @@ -265,9 +265,8 @@ running smoothly. As your mastodon user run `crontab -e` and enter the following ``` RAILS_ENV=production -@daily cd /home/mastodon/live && /home/mastodon/.rbenv/shims/bundle exec rake mastodon:media:clear > /dev/null -@daily cd /home/mastodon/live && /home/mastodon/.rbenv/shims/bundle exec rake mastodon:push:refresh > /dev/null -@daily cd /home/mastodon/live && /home/mastodon/.rbenv/shims/bundle exec rake mastodon:feeds:clear > /dev/null +@daily cd /home/mastodon/live && /home/mastodon/.rbenv/shims/bundle exec rake mastodon:daily > /dev/null + ``` ## Things to look out for when upgrading Mastodon