NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Tryin to export Openstreetmap Postgres sql to pbf

osmosis --rs host="localhost" database="openstreetmap" user="osm" password="osm" outPipe.0=pg --dd inPipe.0=pg outPipe.0=dd --write-pbf inPipe.0=dd file=myfile.osm.pbf

and getting error

org.openstreetmap.osmosis.core.OsmosisRuntimeException: Unable to read the schema version from the schema info table.
Caused by: org.postgresql.util.PSQLException: ERROR: relation "schema_info" does not exist

asked 07 May '18, 08:42

Karmadon's gravatar image

Karmadon
11112
accept rate: 0%

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×362
×252
×34
×11
×1

question asked: 07 May '18, 08:42

question was seen: 1,272 times

last updated: 07 May '18, 14:29

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum