Awight has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/347908 )
Change subject: Document quote gotcha; include new binary path ...................................................................... Document quote gotcha; include new binary path Change-Id: Ie095e9db3355f984c892ec0c17256dd628dd1f7b --- M xmldumps-backup/samples/wikidump.conf.sample 1 file changed, 9 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/dumps refs/changes/08/347908/1 diff --git a/xmldumps-backup/samples/wikidump.conf.sample b/xmldumps-backup/samples/wikidump.conf.sample index 6394952..ca96455 100644 --- a/xmldumps-backup/samples/wikidump.conf.sample +++ b/xmldumps-backup/samples/wikidump.conf.sample @@ -24,8 +24,16 @@ smtpserver=smtp.myisp.com [database] +# Database user to run queries as user=root + +# Careful to *not* include quotes when giving the password here, for example +#password=a2rat8r +# password="" + +# Arbitrary configuration parameters: +# max_allowed_packet=32M [tools] @@ -37,6 +45,7 @@ sevenzip=/usr/bin/7za checkforbz2footer=/usr/local/bin/checkforbz2footer recompressxml=/usr/local/bin/recompressxml +writeuptopageid=/usr/local/bin/writeuptopageid [cleanup] keep=10 -- To view, visit https://gerrit.wikimedia.org/r/347908 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie095e9db3355f984c892ec0c17256dd628dd1f7b Gerrit-PatchSet: 1 Gerrit-Project: operations/dumps Gerrit-Branch: master Gerrit-Owner: Awight <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
