wiktorn / Overpass-API

Overpass API docker image
MIT License
133 stars 47 forks source link

File_Blocks_Index: Unsupported index file format version #104

Closed rakesh-nd closed 1 year ago

rakesh-nd commented 1 year ago

We are getting below error with 'latest' docker image from dockerhub:

Error: runtime error: open64: 0 Success /db/db/nodes.bin.idx File_Blocks_Index: Unsupported index file format version

Is there a way a fix this issue ?

ikespand commented 1 year ago

This generally happens when the version is mismatched between built database and deployed version for overpass. If you have tried the latest docker image and clone as OVERPASS_MODE (for entire planet file) then this error will occur at present. Because, latest of this docker is v.0.7.58 and current clone database was built with v0.7.60. Hopefully @wiktorn can create a new docker build. Otherwise, you can create a build yourself by followin this and try it out.

rakesh-nd commented 1 year ago

The latest docker image is working, Thanks !