drolbr / Overpass-API

A database engine to query the OpenStreetMap data.
http://overpass-api.de
GNU Affero General Public License v3.0
692 stars 90 forks source link

replicate_id is not available at given path expected by clone script #663

Closed jenishshah671993 closed 1 year ago

jenishshah671993 commented 2 years ago

Hi Team, I have been trying cloning mechanism and it tries to copy replicate_id file from path EXEC_DIR/db/replicate_id but it actually reside on EXEC_DIR/replicate_id. So it's not getting copied, So when I execute download clone script it does not work as it does get replicate_id to start with. Could you please help me with him?

below is the structure where replicate_id resides

Screenshot 2022-04-25 at 10 27 13 AM
mmd-osm commented 2 years ago

It seems your question is somehow related to a third party Docker image: https://github.com/wiktorn/Overpass-API (we don't have a file called "init_done", but they have it: https://github.com/wiktorn/Overpass-API/search?q=init_done )

Can you check with them first to see if this is caused by any of their scripts?