Wiktor Niesiobędzki

Results 53 comments of Wiktor Niesiobędzki

Does your Kubernetes cluster allow creating of unix domain sockets? Can you post a response form query to `/api/status` ?

Hi, Docker containers are by default ephemeral. That means, that when they stop running, they can be disposed of. The other thing is, that `docker run` command is creating a...

Hi, I have problem understanding what the issue is. From the logs you have shared, I don't see any problem using `https://download.geofabrik.de/europe-updates` - and it makes applying updates easier, as...

What is the error reported by healthcheck? Can you post first 100 lines of logs after the container restart and maybe last 100 lines after few minutes of running, but...

If you sort your logs by time, it just looks like it is applying updates one by one, so it doesn't look like anything unusual. Why do you think, that...

So how the container knows, that it needs to fetch updates from `https://download.geofabrik.de/europe-updates`? It's nowhere in the defaults.

I'm not sure from where your update process has started. If it is still part of [initial update during startup](https://github.com/wiktorn/Overpass-API/blob/master/docker-entrypoint.sh#L94) or it is part of update loop running alongside the...

Looks good to me, what was the issue with this approach?

Looks like you're starting it in clone mode. Please read again [docs](https://github.com/wiktorn/Overpass-API#how-to-use-this-image). You need to provide proper mode and planet URL.

Your call looks OK, the only thing that might not match. I gave few tries to curl, and the only way to get bad URL I found is to skip...