docs icon indicating copy to clipboard operation
docs copied to clipboard

Feedback: Migrate from OpenStreetMap

Open perezdf opened this issue 3 years ago • 2 comments

Exalate commented:

Page: https://cockroachlabs.com/docs/v22.1/migrate-from-openstreetmap.html

What is the reason for your feedback?

[ ] Missing the information I need

[ ] Too complicated

[ ] Out of date

[ ] Something is broken

[X ] Other

Additional details

Currently, I am trying this tutorial oms2pgsql 1.6.0 using cockroach v22.1.3. Sadly it doesnt work, becuase there is a check in osm2pgsql about the version of postgis. It make a query in pg_extension, in postgres database, you need to create an extension then, there is a record in this talbe. However, in cockroach post is preinstalled, so there no record and osm2pgsql considers it is needed throwing an exception :

"The postgis extension is not enabled on the database '{}'. Are you using the correct database? Enable with 'CREATE EXTENSION postgis"

Jira Issue: DOC-5449

perezdf avatar Aug 23 '22 11:08 perezdf

Abigail Russell (amruss) commented: See thread below, we just want to update the docs to point to a version where this works

exalate-issue-sync[bot] avatar Mar 06 '24 20:03 exalate-issue-sync[bot]