merlinnot / nominatim-docker

Fully-featured container for geocoding, reverse geocoding and address lookup based on Nominatim and Open Street Map data.
MIT License
55 stars 35 forks source link

PostGIS error in step 49/68 #2

Closed sfranchois closed 6 years ago

sfranchois commented 6 years ago

HI, has anyone seen this error before (at end of log)? No other errors encountered before. I tried twice on a clean Docker droplet :

... ALTER SYSTEM SET full_page_writes TO 'off'; ALTER SYSTEM ALTER SYSTEM SET logging_collector TO 'off'; ALTER SYSTEM

merlinnot commented 6 years ago

I think I know where it comes from, I'll try to fix it in an hour or so.

merlinnot commented 6 years ago

Fixed via 75930e8afe9806e6ba4cc4e2c1b66df3e7df2ef2

alialamine commented 5 years ago

This is happening again. it's 2.5 now. This can be manually overriden with --build-arg POSTGIS_VERSION=2.5 when building and that would apply to any future version (just change 2.5 to whatever the current version is)