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

I have a local copy of Nominatim running on a linux VM and I'm trying to find where the data is stored locally. My Nominatim copy is functioning perfectly, I'm just wondering where the ./utils/setup.php --osm-file <your planet file> --all [--osm2pgsql-cache 18000] 2>&1 | tee setup.log line puts the data.

Thanks in advance

asked 17 Aug '16, 12:39

JamesGould's gravatar image

JamesGould
19691020
accept rate: 33%


setup.php creates and fills a postgresql database named "nominatim". In the filesystem the postgres data directory is usually /var/lib/postgresql/.

permanent link

answered 17 Aug '16, 13:10

mtmail's gravatar image

mtmail
4.8k1574
accept rate: 27%

edited 17 Aug '16, 13:10

Thank you so much!

(17 Aug '16, 13:11) JamesGould

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:

×689

question asked: 17 Aug '16, 12:39

question was seen: 2,022 times

last updated: 17 Aug '16, 13:11

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