X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0e385c19cb1db5b56b79d2860326f52ca2f0ae2a..7013f21316fbdc86a8a36c7aea7f908878db6ef7:/cookbooks/planet/templates/default/replication.cron.erb diff --git a/cookbooks/planet/templates/default/replication.cron.erb b/cookbooks/planet/templates/default/replication.cron.erb index cb019c0fb..84ee83c7c 100644 --- a/cookbooks/planet/templates/default/replication.cron.erb +++ b/cookbooks/planet/templates/default/replication.cron.erb @@ -2,12 +2,14 @@ TZ=UTC +MAILTO=zerebubuth@gmail.com + +0 7 * * * planet /usr/local/bin/users-agreed +* * * * * planet /usr/local/bin/replicate-changesets /etc/replication/changesets.conf + MAILTO=brett@bretth.com +LD_PRELOAD=/opt/flush/flush.so * * * * * planet /usr/local/bin/osmosis -q --replicate-apidb authFile=/etc/replication/auth.conf validateSchemaVersion=false --write-replication workingDirectory=/store/planet/replication/minute 2 * * * * planet /home/bretth/bin/osmosis -q --merge-replication-files workingDirectory=/var/lib/replication/hour 5 * * * * planet /home/bretth/bin/osmosis -q --merge-replication-files workingDirectory=/var/lib/replication/day - -MAILTO=zerebubuth@gmail.com - -* * * * * planet /usr/local/bin/replicate-changesets /etc/replication/changesets.conf