You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See error
psycopg2.OperationalError: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
Expected behavior
Nominatim is installed correctly.
Screenshots & Logs
Desktop / Server (please complete the following information):
OS & Version: [macOS Big Sur 11.7.8]
Docker Version: [3.6.0]
Nominatim Version: [4.4]
Additional context
RAM: 8 GB 1600 MHz DDR3
The text was updated successfully, but these errors were encountered:
The postgresql logfiles inside the container might have a better error message. But effectively Postgresql crashes and usually that's because it hit a hardware limit. On a local machine we can rule out network (network mounted storage).
it would succeed. Im running both commands/services on the exact same machine.
what i assume to be the reason is that whenever use the docker compose file it uses my C drive which is but when runnnig through the docker command it will use my E drive which is larger, faster and has more space than my C drive.
I'm not too sure about the details of the problem but this was what fixed it for me.
Describe the bug
Automatic import from docker image returns error after running for a while.
To Reproduce
Steps to reproduce the behavior:
-e PBF_URL=https://download.geofabrik.de/europe/spain/cataluna-latest.osm.pbf
-e POSTGRES_CHECKPOINT_TIMEOUT=20min
-p 8080:8080
--name nominatim
mediagis/nominatim:4.4'
psycopg2.OperationalError: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
Expected behavior
Nominatim is installed correctly.
Screenshots & Logs
Desktop / Server (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: