Philip Kozeny

Results 24 comments of Philip Kozeny

> Maybe it can be useful https://github.com/tianon/docker-postgres-upgrade I've used the images provided there to upgrade successfully from 9.4 to 13 in one step. Although I had to add `host all...

> The upgrade using @tuxity/@philipkozeny method I get the following issue. > > #411 I also have that in my logs when starting (afaik this happened before with a previous...

With the official deprecation announcement of supporting postgres 9.4 coming up (https://github.com/mattermost/docs/pull/3538/files), any plans how the upgrade is handled in that repo?

We only start another import when the file `/var/lib/postgresql/12/main/import-finished` is not present, see: https://github.com/mediagis/nominatim-docker/blob/7ff024e0cdd8b7ab92c679ddb61c6675763037e8/4.0/start.sh#L17-L25 So after the import we just create the file and check on the next startup if...

Seems like you only allow docker to use 6GB of ram, which is probably too low. You can try to set environment variables documented in https://github.com/mediagis/nominatim-docker/tree/master/4.0#postgresql-tuning & https://nominatim.org/release-docs/4.0.1/admin/Installation/#tuning-the-postgresql-database to reduce...

Do you have any tests / benchmark results to compare the performance between apache & nginx with Nominatim?

> I would not be averse to switching to nginx but you'd have to solve the the log rotation which is a bit tricky. > > Would you be willing...

FYI: there is an updated `*.vtpk` file online at https://cdn.basemap.at/offline/bmapv_vtpk_3857.vtpk and it seems that the same parts after the transformation are missing, beginning with the layer 15. I am not...

Yes, we are currently working on supporting the release of version 4.5. Additionally, with the new major Ubuntu LTS release, there’s more involved than simply updating the version number, as...

Can you please add more details what you are seeing and what you want to report as a bug? It's not really clear for me, thanks.