Bearloga has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/380963 )
Change subject: Replace references to dbstore1002 by db1047 ...................................................................... Replace references to dbstore1002 by db1047 Bug: T176639 Depends-On: If27580cc76f9d3aa3439e2aef728d76fabc46a6f Change-Id: I10a3b6cdc214139462e14f8f272c76c111b4ed14 --- M CHANGELOG.md M modules/metrics/maps/config.yaml M modules/metrics/portal/config.yaml M modules/metrics/search/config.yaml 4 files changed, 6 insertions(+), 3 deletions(-) Approvals: Bearloga: Verified; Looks good to me, approved diff --git a/CHANGELOG.md b/CHANGELOG.md index f983f48..9767a68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log (Patch Notes) All notable changes to this project will be documented in this file. +## 2017/10/05 +- Changed which hostname the SQL queries are run on ([T176639](https://phabricator.wikimedia.org/T176639)) + ## 2017/09/22 - Added sister project search results prevalence diff --git a/modules/metrics/maps/config.yaml b/modules/metrics/maps/config.yaml index f5b3b46..016864b 100644 --- a/modules/metrics/maps/config.yaml +++ b/modules/metrics/maps/config.yaml @@ -1,6 +1,6 @@ databases: el: - host: analytics-store.eqiad.wmnet + host: db1047.eqiad.wmnet port: 3306 creds_file: /etc/mysql/conf.d/discovery-stats-client.cnf db: log diff --git a/modules/metrics/portal/config.yaml b/modules/metrics/portal/config.yaml index e969f91..8366ec3 100644 --- a/modules/metrics/portal/config.yaml +++ b/modules/metrics/portal/config.yaml @@ -1,6 +1,6 @@ databases: el: - host: analytics-store.eqiad.wmnet + host: db1047.eqiad.wmnet port: 3306 creds_file: /etc/mysql/conf.d/discovery-stats-client.cnf db: log diff --git a/modules/metrics/search/config.yaml b/modules/metrics/search/config.yaml index 2181168..90c39ba 100644 --- a/modules/metrics/search/config.yaml +++ b/modules/metrics/search/config.yaml @@ -1,6 +1,6 @@ databases: el: - host: analytics-store.eqiad.wmnet + host: db1047.eqiad.wmnet port: 3306 creds_file: /etc/mysql/conf.d/discovery-stats-client.cnf db: log -- To view, visit https://gerrit.wikimedia.org/r/380963 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I10a3b6cdc214139462e14f8f272c76c111b4ed14 Gerrit-PatchSet: 3 Gerrit-Project: wikimedia/discovery/golden Gerrit-Branch: master Gerrit-Owner: Mforns <[email protected]> Gerrit-Reviewer: Bearloga <[email protected]> Gerrit-Reviewer: Chelsyx <[email protected]> Gerrit-Reviewer: Elukey <[email protected]> Gerrit-Reviewer: Mforns <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
