diff --git a/CHANGELOG.md b/CHANGELOG.md
index c23f5380555e744ec1057e92f243861df2ce41f9..ae2260081248f96f2e6c43e7ab8252fe9d2a57f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
 Upcoming version:
 -----------------
+  - deactivating data update on every provision (Nikolaus Krismer)
   - added lock/done files. removing deprecated geoserver part (only leaving functionality that is used by isochrone-web project) (Nikolaus Krismer)
   - changing SRID to 4326 (tests showed that especially for MineR(X) this is much faster) (Nikolaus Krismer)
   - renaming node type property (Nikolaus Krismer)
diff --git a/bootstrap/config.sh b/bootstrap/config.sh
index df92eca7b8b00ca92cdf7a9d2fd8e319f3d6a663..e4969b5f39af5885a22b386e0525c273fe6b663f 100755
--- a/bootstrap/config.sh
+++ b/bootstrap/config.sh
@@ -16,9 +16,9 @@ IMPORT_DATA_SPATIALITE=true
 # Comma separated list of srids for which datasets will be generated
 # This is useful when creating multiple datasets (when creating/updating data from scratch)
 # Note that only the last SRID in the list will be kept in the database, all the others will be overwritten
-TARGET_SRID="3857,4326"
-#TARGET_SRID="4326"
-UPDATE_DATA=true
+#TARGET_SRID="3857,4326"
+TARGET_SRID="4326"
+UPDATE_DATA=false
 
 CACHE_DIR_LOCAL="/tmp/vagrant-cache"
 CACHE_DIR_REMOTE="https://dbis-owncloud.uibk.ac.at/index.php/s/kgjm3CItQJ6P374/download?path=%2F2016&files="