Overpass-API
Overpass-API copied to clipboard
Question: Check for "runtime error: open64: 2 No such file or directory /db/db//osm3s_v0.7.55_areas Unix_Socket::7" and resolve on start after hard shutdown
As mentioned in the title, the area service does not come up properly after a hard shutdown. Often, the problem can be resolved using the command docker exec -it overpass rm /dev/shm/osm3s_areas && docker restart overpass, but this is quite annoying.
My (naïve) idea for fixing this problem is to add rm /dev/shm/osm3s_areas to the docker-entrypoint.sh. However, I assume that this is not the proper way to do it. So any ideas to tackle this problem properly are welcome.