Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update from upstream #4

Open
wants to merge 127 commits into
base: master
Choose a base branch
from
Open

update from upstream #4

wants to merge 127 commits into from

Conversation

Andykmcc
Copy link

@Andykmcc Andykmcc commented Mar 6, 2023

No description provided.

iAlex97 and others added 30 commits February 24, 2022 23:07
* use gzipped csv instead of sql dumps for uk and us postcodes

* add test case for GB postcode import
Fix/gb us postcode import (#1)
Not just "nominatim import"
This enables passing NOMINATIM_DATABASE_DSN
#307 Add datrie to enable new ICU tokenizer
#245 Pass environment variables to all sudo commands
add table of contents to README.md [skip ci]
Hi,

I've found out that config.sh contains a bug while retrieving $REPLICATION_URL in order to update the database. Turns out, shell language was not respected on line 26 (spaces between [, ] and expressions). Starting the container with the pre-requisite parameters give you this warning / error message : 

`./config.sh: line 26: [https://download.geofabrik.de/europe/monaco-updates/: No such file or directory`

Simple fix here.
Second line that's erronous in bash. See #313
./config.sh: line 26: [{FILE}: No such file or directory
Point documentation to issues, closes #245
Add planet instance documentation
remove duplicated git package from install
* remove duplicated package

* support nominatim 4.1

* add NOMINATIM_TOKENIZER=icu to default env

* updated missed references to old postgresql

* test setting postgres_version in action workflows

* increase sleep time

* cleanup & references in /README.md

* remove —rm parameter from README

* README formatting [skip ci]

* Update 4.1/contrib/docker-compose.yml

Co-authored-by: Leonard Ehrenfried <[email protected]>

Co-authored-by: Leonard Ehrenfried <[email protected]>
philipkozeny and others added 30 commits March 18, 2024 16:54
Minor change: the URL in the comment referred to version 4.3 instead of 4.4
Update docker-compose.yml [MINOR UPDATE]
Separate build, test and deploy stages in GitHub CI actions
start.sh:  Add comments in stopServices() and exit code 0
apply fix also to version 4.3
add carlomion as a contributor for code, and infra
Bugfix: correctly shutdown even without replication
When attempting to host this image in K8S with a persistent volume, the permission on the postgres directory were not correct. 

```
 Error: The cluster is owned by group id *** which does not exist
```
Mounted volume group ownership fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.