This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Install Nominatim with existing OSM

0

I installed an Ubuntu server with OSM which has been used with our applications for 2 years.

And now, I would like to install Nominatim. I found the following link https://nominatim.org/release-docs/latest/appendix/Install-on-Ubuntu-18/ to proceed. But, of course, I have to install all the necessary OSM data.

So, I will obtain 2 databases, one for OSM, one for Nominatim. Which is really heavy.

My question is very simple, is it possible to install Nominatim on the same server as OSM and use the same database ? If yes, how can I do that ? I didn't find any howto !

Thx for your help

asked 11 Jun '20, 15:21

gduh83's gravatar image

gduh83
11112
accept rate: 0%


One Answer:

0

There is not. Nominatim has it's own table schema and update script and most data will be dupliated.

answered 11 Jun '20, 15:29

mtmail's gravatar image

mtmail
4.8k1574
accept rate: 27%

Source code available on GitHub .