]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/files/default/replication-bin/streaming-replicator
Fix the streaming replicator
[chef.git] / cookbooks / planet / files / default / replication-bin / streaming-replicator
index 0837b67aa21e3effb9fa404d4fb41a381ff40cc6..7b78ae41a69f2aa41fa1bda810325a1678b9e467 100644 (file)
@@ -6,7 +6,7 @@ export TZ=UTC
 
 exec >> /var/log/replication/streaming-replicator 2>&1
 
 
 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
   --send-replication-sequence port=8081 \
   --write-replication workingDirectory=/var/lib/replication/streaming