From 2e8f60fded0e691ab9fe68021e515840be2e23ca Mon Sep 17 00:00:00 2001 From: Amir Sarabadani Date: Wed, 12 Jan 2022 15:51:09 +0100 Subject: [PATCH] Fix outdated documentation We removed db-eqiad.php and now it's db-production.php Bug: T260297 Change-Id: I069fc22ade98f9bb229dbc3c3214443cdf12fc24 --- reportupdater/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reportupdater/utils.py b/reportupdater/utils.py index b0474ae..175f334 100644 --- a/reportupdater/utils.py +++ b/reportupdater/utils.py @@ -118,7 +118,7 @@ def get_mediawiki_host_and_port(db_config, db_name): elif db_name == 'centralauth': # The 'centralauth' db is a special case, not currently # listed among the mediawiki-config's dblists. The more automated - # solution would be to parse db-eqiad.php in mediawiki-config, but it + # solution would be to parse db-production.php in mediawiki-config, but it # would add more complexity than what's necessary. shard = 's7' elif use_x1: