From: Thomas Dalichow Date: Tue, 14 Nov 2017 16:59:37 +0000 (+0100) Subject: pixelpark - chat-db01: we don't use oplog, so don't try to mongodump with --oplog X-Git-Tag: v0.1.0~2049^2~2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=3a0924ea5aa97e4fd0553f5fc42aff1f2358ca08;p=pixelpark%2Fhiera.git pixelpark - chat-db01: we don't use oplog, so don't try to mongodump with --oplog --- diff --git a/customer/pixelpark/chat-db01.pixelpark.com.yaml b/customer/pixelpark/chat-db01.pixelpark.com.yaml index e9c67bba..238ea9f8 100644 --- a/customer/pixelpark/chat-db01.pixelpark.com.yaml +++ b/customer/pixelpark/chat-db01.pixelpark.com.yaml @@ -4,6 +4,7 @@ infra::additional_classes: - infra::profile::mongodb_server infra::profile::mongodb_server::backup::replicaonslave: 'no' # Wir sind eine Standalone Instance +infra::profile::mongodb_server::backup::oplog: 'no' # we don't use an oplog mongodb::globals::version: '2.6.12-4.el7' mongodb::server::master: true # Wir sind eine Standalone Instance mongodb::server::bind_ip: '0.0.0.0'