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 Thanks in advance asked 17 Aug '16, 12:39 JamesGould |
One Answer:
setup.php creates and fills a postgresql database named "nominatim". In the filesystem the postgres data directory is usually /var/lib/postgresql/. answered 17 Aug '16, 13:10 mtmail edited 17 Aug '16, 13:10 |
Thank you so much!