From 68add5a6dce060de6e35e679f55780cbd3411006 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Thu, 23 Dec 2021 15:52:51 -0800 Subject: [PATCH] Update for consolidated db-production.php file Bug: T260297 --- new_wikis_handler.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/new_wikis_handler.py b/new_wikis_handler.py index f0f834e..3a45252 100644 --- a/new_wikis_handler.py +++ b/new_wikis_handler.py @@ -443,8 +443,7 @@ def add_create_instructions(parts, shard, language_code, db_name, task_tid): db_name=db_name, phab=task_tid) add_text('On deploy1001:') if shard != "s3": - add_text(sync_file('wmf-config/db-eqiad.php', summary)) - add_text(sync_file('wmf-config/db-codfw.php', summary)) + add_text(sync_file('wmf-config/db-production.php', summary)) add_text(sync_file('dblists', summary)) add_text('`scap sync-wikiversions "{}"`'.format(summary)) if parts[1] == 'wikimedia':