EBernhardson has submitted this change and it was merged.

Change subject: Change default db to flowdb on x1-analytics-slave
......................................................................


Change default db to flowdb on x1-analytics-slave

Change-Id: Ic30c664d8ae95daf1c379d4f664a0b40682a66ec
---
M flow/config.yaml
1 file changed, 6 insertions(+), 1 deletion(-)

Approvals:
  EBernhardson: Verified; Looks good to me, approved



diff --git a/flow/config.yaml b/flow/config.yaml
index 2192b0d..d66a633 100644
--- a/flow/config.yaml
+++ b/flow/config.yaml
@@ -4,6 +4,11 @@
         port: 3306
         creds_file: /a/.my.cnf.research
         db: log
+    flow:
+        host: "x1-analytics-store.eqiad.wmnet"
+        port: 3306
+        creds_file: /a/.my.cnf.research
+        db: flowdb
 # for convenience, define unions of different event logging schemas here:
 tables:
 intervals:
@@ -11,7 +16,7 @@
 output:
     path: /a/limn-public-data/flow/datafiles
 defaults:
-    db: el
+    db: flow
 # the key in the graph section is the name of the sql file and generated file
 graphs:
     active-boards:

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic30c664d8ae95daf1c379d4f664a0b40682a66ec
Gerrit-PatchSet: 2
Gerrit-Project: analytics/limn-flow-data
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to