0.7.0
PgOSM Flex 0.7.0
⚠️ Breaking Changes ⚠️
PgOSM Flex 0.7.0 introduces two breaking changes.
- Removed the original
--append
mode; replaced with--replication
in 0.6.3 - #285 - Removed
--skip-dump
- Usingpg_dump
is no longer default, use--pg-dump
to enable - #289
Commit hash: 18acc46
The commit hash from this git repo shows up with the PgOSM Flex version number in
SELECT pgosm_flex_version FROM osm.pgosm_flex;
If you see this version with a different commit hash, it indicates you are using alatest
Docker image with untagged features.
Backend changes
- Disables use of
pg_dump
by default, removes--skip-dump
and replaces with--pg-dump
to enable #289 - Enable
--update
mode to wrap osm2pgsql's ability to use--create
vs--append
#275 #285, #291, #292 - Original
--append
functionality moved to--replication
#285 (really happened in 0.6.3)
Data changes
- Using
osm2pgsql-replication
ignores--osm-date
argument #296
Upgrade notes for --replication
N/A
Other
Full Changelog: 0.6.3...0.7.0