Milimetric has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/391841 )

Change subject: Update database where data is stored
......................................................................

Update database where data is stored

Change-Id: I37b5b9521b7ea880af76533f746abfbbd300887b
---
M geowiki/process_data.py
M scripts/make_limn_files.py
M scripts/restore_from_files.py
3 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/geowiki 
refs/changes/41/391841/1

diff --git a/geowiki/process_data.py b/geowiki/process_data.py
index 4180cd3..6c72f69 100755
--- a/geowiki/process_data.py
+++ b/geowiki/process_data.py
@@ -288,7 +288,7 @@
     )
     parser.add_argument(
         '--dest_db_name',
-        default='staging',
+        default='staging_db1047',
         help='name of database in which to insert results'
     )
     parser.add_argument(
diff --git a/scripts/make_limn_files.py b/scripts/make_limn_files.py
index f32878e..bcccd58 100755
--- a/scripts/make_limn_files.py
+++ b/scripts/make_limn_files.py
@@ -366,10 +366,10 @@
     )
     parser.add_argument(
         '--source_db_name',
-        default='staging',
+        default='staging_db1047',
         help='name of database to get data from. This database is accessed '
         'through the credentials provided by --source-sql_cnf. '
-        '(default: staging)'
+        '(default: staging_db1047)'
     )
 
     args = parser.parse_args()
diff --git a/scripts/restore_from_files.py b/scripts/restore_from_files.py
index b5f3e79..cbcd5a4 100755
--- a/scripts/restore_from_files.py
+++ b/scripts/restore_from_files.py
@@ -51,7 +51,7 @@
     )
     parser.add_argument(
         '--dest_db_name',
-        default='staging',
+        default='staging_db1047',
         help='name of database in which to insert results'
     )
     parser.add_argument(

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I37b5b9521b7ea880af76533f746abfbbd300887b
Gerrit-PatchSet: 1
Gerrit-Project: analytics/geowiki
Gerrit-Branch: master
Gerrit-Owner: Milimetric <dandree...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to