Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #44 from legoktm/patch-1
Browse files Browse the repository at this point in the history
Update for consolidated db-production.php file
  • Loading branch information
Ladsgroup committed Jan 12, 2022
2 parents 9fba311 + 68add5a commit 12fe17d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions new_wikis_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit 12fe17d

Please sign in to comment.