forked from MapComplete/MapComplete
Scripts: drop overwrite flag
This commit is contained in:
parent
bcfcb4da6b
commit
98da91c3d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue