ArielGlenn has submitted this change and it was merged.

Change subject: delay full dumps this month by one day
......................................................................


delay full dumps this month by one day

This gives time to clean up the stubs dump change for wikidata,
(dump stubs explicitly ordering by revisions), which currently runs
by hardcoding the name of the wiki in the script.
As soon as that is moved out to the config files, the full dumps
can be kicked off.

Change-Id: Ia971ae7ed697068aa6f4222f8e71c266837c283c
---
M modules/snapshot/manifests/dumps/cron.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  ArielGlenn: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/snapshot/manifests/dumps/cron.pp 
b/modules/snapshot/manifests/dumps/cron.pp
index 077d3c8..3415c5e 100644
--- a/modules/snapshot/manifests/dumps/cron.pp
+++ b/modules/snapshot/manifests/dumps/cron.pp
@@ -31,6 +31,6 @@
         command     => "/usr/local/bin/fulldumps.sh 01 14 ${runtype} > 
/dev/null",
         minute      => '05',
         hour        => [8, 20],
-        monthday    => '01-14',
+        monthday    => '02-14',
     }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia971ae7ed697068aa6f4222f8e71c266837c283c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <ar...@wikimedia.org>
Gerrit-Reviewer: ArielGlenn <ar...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to