From 628dd44f9de9d3d8d7ced6ebc00ba101b256dc37 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Thu, 19 Dec 2024 10:12:53 -0500 Subject: [PATCH] Update db fot tiler staging --- values.staging.template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.staging.template.yaml b/values.staging.template.yaml index 42e67a0a..96b5676e 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -388,7 +388,7 @@ osm-seed: enabled: true env: POSTGRES_HOST: {{STAGING_TILER_DB_HOST}} - POSTGRES_DB: tiler_osm_prod_v2 # Kuberntes existing db called, tiler-osm + POSTGRES_DB: tiler_osm_prod_v4 # Kuberntes existing db called, tiler-osm POSTGRES_USER: postgres POSTGRES_PASSWORD: {{STAGING_TILER_DB_PASSWORD}} POSTGRES_PORT: 5432 @@ -486,7 +486,7 @@ osm-seed: TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-241214_1202.osm.pbf REPLICATION_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute/ SEQUENCE_NUMBER: '1677612' - OVERWRITE_STATE: true + OVERWRITE_STATE: false UPLOAD_EXPIRED_FILES: true IMPORT_NATURAL_EARTH: true IMPORT_OSM_LAND: true