Gehel has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/363293 )

Change subject: maps - tiles are not stored in postgresql yet
......................................................................


maps - tiles are not stored in postgresql yet

Change-Id: I39cc17ba267702e4b9635045193bff73cb6f1793
---
M modules/profile/files/maps/osm-initial-import
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Gehel: Looks good to me, approved



diff --git a/modules/profile/files/maps/osm-initial-import 
b/modules/profile/files/maps/osm-initial-import
index a50ace3..e2c2139 100644
--- a/modules/profile/files/maps/osm-initial-import
+++ b/modules/profile/files/maps/osm-initial-import
@@ -82,7 +82,8 @@
 
 function ensure_sql_grants() {
   cat /usr/local/bin/maps-grants-gis.sql | sudo -u postgres psql -d gis -f -
-  cat /usr/local/bin/maps-grants-tiles.sql | sudo -u postgres psql -d tiles -f 
-
+  # uncomment the next line if you want to store tiles in a postgresql database
+  # cat /usr/local/bin/maps-grants-tiles.sql | sudo -u postgres psql -d tiles 
-f -
 }
 
 function initial_osm_import() {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I39cc17ba267702e4b9635045193bff73cb6f1793
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Gehel <[email protected]>
Gerrit-Reviewer: Gehel <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to