Jcrespo has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/258115

Change subject: Fix typo s/off/ROW/g for binlog_format on ES codfw
......................................................................

Fix typo s/off/ROW/g for binlog_format on ES codfw

Change-Id: If656d1effebf8651733024335128d8d5a6df50c9
---
M manifests/site.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/15/258115/1

diff --git a/manifests/site.pp b/manifests/site.pp
index ff8db50..b604da6 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -874,7 +874,7 @@
     class { 'role::mariadb::core':
         shard          => 'es1',
         p_s            => 'on',
-        binlog_format  => 'off',
+        binlog_format  => 'ROW',
     }
     include base::firewall
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/258115
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If656d1effebf8651733024335128d8d5a6df50c9
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Jcrespo <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to