forked from mediagis/nominatim-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Andykmcc
wants to merge
127
commits into
bikehopper:master
Choose a base branch
from
mediagis:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
re-enable the arm build
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
Continue download of PBF file
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]>
Upgrade to Nominatim 4.4
Minor change: the URL in the comment referred to version 4.3 instead of 4.4
Update docker-compose.yml [MINOR UPDATE]
Upgrade to Tiger 2023
Execute test steps in parallel.
Separate build, test and deploy stages in GitHub CI actions
Add checkout step to publish
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
…ad use `apt-get --autoremove`.
Bugfix: Dockerfile RUN cache
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
upgrade to nominatim 4.4.1
Remove restart policy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.