From: Tom Hughes Date: Mon, 11 May 2015 20:24:26 +0000 (+0100) Subject: Fix the streaming replicator X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/6800aeccedbf744dd24623201c3579aec69434f0?ds=sidebyside Fix the streaming replicator --- diff --git a/cookbooks/planet/files/default/replication-bin/streaming-replicator b/cookbooks/planet/files/default/replication-bin/streaming-replicator index 0837b67aa..7b78ae41a 100644 --- a/cookbooks/planet/files/default/replication-bin/streaming-replicator +++ b/cookbooks/planet/files/default/replication-bin/streaming-replicator @@ -6,7 +6,7 @@ export TZ=UTC exec >> /var/log/replication/streaming-replicator 2>&1 -exec /home/bretth/bin/osmosis -q \ - --replicate-apidb iterations=0 minInterval=10000 maxInterval=60000 authFile=/etc/replication/auth.conf \ +exec /usr/local/bin/osmosis -q \ + --replicate-apidb iterations=0 minInterval=10000 maxInterval=60000 authFile=/etc/replication/auth.conf validateSchemaVersion=false \ --send-replication-sequence port=8081 \ --write-replication workingDirectory=/var/lib/replication/streaming