rustprooflabs / pgosm-flex

PgOSM Flex provides high quality OpenStreetMap datasets in PostGIS (Postgres) using the osm2pgsql Flex output.
MIT License
101 stars 20 forks source link

Change pg_dump to optional, instead of default #289

Closed rustprooflabs closed 1 year ago

rustprooflabs commented 1 year ago

Details

Addresses #266.

:warning: The --skip-dump option is no longer functional after this change. :warning:

This PR updates the runtime options to use --pg-dump option instead of --skip-dump. The default operation changes from including the pg_dump step to excluding it.