Hoo man has uploaded a new change for review. https://gerrit.wikimedia.org/r/198292
Change subject: Replicate centralauth table in dbstores ...................................................................... Replicate centralauth table in dbstores No reason not to... but often very much needed. Obviously this is the smallest part of this, the tables need to be created/ populated. Change-Id: I15ea04584e645a12663382be879cb9a41a7809f6 --- M templates/mariadb/dbstore.my.cnf.erb 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/92/198292/1 diff --git a/templates/mariadb/dbstore.my.cnf.erb b/templates/mariadb/dbstore.my.cnf.erb index c2d1aa7..62d454b 100644 --- a/templates/mariadb/dbstore.my.cnf.erb +++ b/templates/mariadb/dbstore.my.cnf.erb @@ -69,7 +69,7 @@ s4.replicate-wild-do-table = %wik%.% s5.replicate-wild-do-table = %wik%.% s6.replicate-wild-do-table = %wik%.% -s7.replicate-wild-do-table = %wik%.% +s7.replicate-wild-do-table = %wik%.%,centralauth.% m3.replicate-wild-do-table = phab%.%,phlegal%.% [mysqldump] @@ -77,4 +77,4 @@ quick max_allowed_packet = 16M -#!includedir /etc/mysql/conf.d/ \ No newline at end of file +#!includedir /etc/mysql/conf.d/ -- To view, visit https://gerrit.wikimedia.org/r/198292 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I15ea04584e645a12663382be879cb9a41a7809f6 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Hoo man <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
