Overpass-API icon indicating copy to clipboard operation
Overpass-API copied to clipboard

Allow socket location customization via ENV

Open Zaczero opened this issue 2 years ago • 1 comments

I want to store the data on an SMB share, but I am facing issues with the sockets (osm3s_v0.7.58_areas, osm3s_v0.7.58_osm_base) being inconveniently stored in the db directory. Ideally, db is stored on a share while sockets are stored in the local /run directory.

Error log:

File_Error Operation not permitted 1 /db/db//osm3s_v0.7.58_areas Unix_Socket::4
File_Error Operation not permitted 1 /db/db//osm3s_v0.7.58_osm_base Unix_Socket::4

Zaczero avatar Apr 26 '23 14:04 Zaczero

Implemented in ec0a66834588c93273f5cc92c53ebeb1b689c2cd

Not yet released.

drolbr avatar May 23 '23 03:05 drolbr