[openstreetmap/openstreetmap-website] How to get .osm or .pbf using local database (#1636)

Frederik Ramm notifications at github.com
Sat Sep 9 08:59:02 UTC 2017


You can use osm2pgsql to produce a data dump from your live database. With osm2pgsql you can also generate diffs (osc files) that represent the changes since the last run. The OSM website uses a different approach for full planet dumps nowadays, namely creating a database dump (backup) with pg_dump and then running https://github.com/zerebubuth/planet-dump-ng on that dump. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/1636#issuecomment-328264559
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20170909/c4528e87/attachment.html>


More information about the rails-dev mailing list