From 6800aeccedbf744dd24623201c3579aec69434f0 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 11 May 2015 21:24:26 +0100 Subject: [PATCH 1/1] Fix the streaming replicator --- .../planet/files/default/replication-bin/streaming-replicator | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.2