Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[breaking] changed volume mount points #261

Merged
merged 2 commits into from
Apr 9, 2022
Merged

Commits on Apr 7, 2022

  1. changed volume paths ; FLAT_NODES=enabled

    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
    Istador committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    6674502 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    55c75ff View commit details
    Browse the repository at this point in the history