[Tile-serving] [openstreetmap/osm2pgsql] Planet load fails with ERROR: relation "osm_point" does not exist (#855)
Jason Newmoyer
notifications at github.com
Mon Jul 2 22:00:22 UTC 2018
I've run several planet loads before without this issue, but this started happening recently - only on global loads. I always try with a small extract first and it work fine. It happens at the very end of processing (~24 hours later)
osm2pgsql -c -d mydb -U postgres -P 5432 --slim --drop --cache 9000 --number-processes 8 --hstore --keep-coastlines --extra-attributes --prefix "osm" --style my.style --multi-geometry planet-latest.osm.pbf
osm2pgsql version 0.95.0-dev (64 bit id space)
Using built-in tag processing pipeline
Using projection SRS 3857 (Spherical Mercator)
Setting up table: osm_point
Setting up table: osm_line
Setting up table: osm_polygon
Setting up table: osm_roads
Allocating memory for dense node cache
Allocating dense node cache in one big chunk
Allocating memory for sparse node cache
Sharing dense sparse
Node-cache: cache=9000MB, maxblocks=144000*65536, allocation method=11
Mid: loading persistent node cache from /gevol/osm2pgsql-nodes/2018-06-13
Mid: pgsql, cache=9000
Setting up table: osm_nodes
Setting up table: osm_ways
Setting up table: osm_rels
Reading in file: planet-latest.osm.pbf
Using PBF parser.
Processing: Node(4536975k 433.8k/s) Way(497350k 6.99k/s) Relation(648110 58.76/s)ERROR: relation "osm_point" does not exist
--
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/osm2pgsql/issues/855
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20180702/d2b57259/attachment.html>
More information about the Tile-serving
mailing list