[SOLVED] Cannot update? Remaining backlog? #3455
-
Describe the bug Software Environment (please complete the following information):
Hardware Configuration (please complete the following information):
Nominatim Configuration: Update script:
Returns:
Running "--init" (as suggested in another topic), no difference. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
Can you post your What does this database query print? |
Beta Was this translation helpful? Give feedback.
-
Also what does |
Beta Was this translation helpful? Give feedback.
-
I have no .env file in there, I set the 3 "export" in the bash script. Something missing then? EDIT: I've copied /usr/local/etc/nominatim/env.defaults to .env, no difference too. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
You still have done something wrong when running 'nominatim replication --init'. It has not picked up the NOMINATIM_REPLICATION_URL correctly. The setup is still for the global replication source. Please use an |
Beta Was this translation helpful? Give feedback.
You still have done something wrong when running 'nominatim replication --init'. It has not picked up the NOMINATIM_REPLICATION_URL correctly. The setup is still for the global replication source.
Please use an
.env
file in your project directory instead of the export statements. This avoids such confusion and errors.