You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aha - I had forgotten that during the first run of osm2pgsql when you want to be able to use --append later, you need to just run with --slim without --drop. Later runs of osm2pgsql you use --append. It seems the tuner should require a second parameter for 1st run vs. 2nd run, b/c the 2nd (and later) run needs --append.
Add first-run parameter? Then it's only needed the first time, making subsequent runs able to use the simpler command. I think subsequent runs will outnumber 1st runs by a decent margin.
I verified that running osm2pgsql with --append on an empty database fails.
Details
This issue was discovered while investigating rustprooflabs/pgosm-flex#275.
Example
Returns the following. I expected
cmd
to have--append
, but it does not.The text was updated successfully, but these errors were encountered: