rustprooflabs / pgosm-flex

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

Adjust for changes to osm2pgsql RE replication initialization #396

Closed rustprooflabs closed 1 month ago

rustprooflabs commented 2 months ago

Following https://github.com/osm2pgsql-dev/osm2pgsql/pull/2212, RE #392.

Add related documentation for how to do this testing, and that replication is not being tested by the makefile.

Removes test broken by osm2pgsql #2212. The removed test only validated the initial setup of replication, not more complicated bits. osm2pgsql now raises an error when the file is too old (because it can't possibly update from it), which is a good thing.

If someone in the future wants to suggest an effective approach to testing the replication functionality, feel free submit an issue or PR!