Scripts: drop overwrite flag

This commit is contained in:
Pieter Vander Vennet 2025-06-07 23:33:46 +02:00
parent bcfcb4da6b
commit 98da91c3d3

View file

@ -32,7 +32,7 @@ jobs:
DATE=$(echo $TIMESTAMP | sed "s/T.*//")
echo $DATE
# Create a new database in postgres
npm run create:database -- -- $DATE --overwrite
npm run create:database -- -- $DATE
echo "Seeding database '$DATE'"
osm2pgsql --cache 100000 -O flex -S build_db.lua -d postgresql://user:password@localhost:5444/osm-poi.${DATE} /data/planet-latest.osm.pbf
npm run delete:database:old