Changes:
- /var/lib/postgresql/14/main/ => /data/database/
- /var/lib/mod_tile/ => /data/tiles/
- /home/renderer/src/openstreetmap-carto/ => /data/style/
- /data.osm.pbf => /data/region.osm.pbf
- /data.poly => /data/region.poly
- /nodes/flat_nodes.bin => deprecated (use FLAT_NODES=enabled instead)
Because some files are needed later and should never be separated from the database, the import does save those files now into /data/databases/:
- /data/database/region.poly
- /data/database/flat_nodes.bin
- /data/database/planet-import-complete
- and automatic update artifacts
* workflow: build and test pushes and pull_requests to master ; deploy image to GHCR
* improved tiles verification (*)
- Export the tiles as an artifact before verifying.
- Only empty.png is verified via checksum.
- Verify that all tiles are image/png files.
- Verify that all tiles are different from another.
* import and start the test server with automatic updates
* DockerHub deployment (*)
if secrets.DOCKERHUB_USERNAME and secrets.DOCKERHUB_PASSWORD are non-empty