Unable to Import database #3533
Shailesh913
started this conversation in
General
Replies: 1 comment 3 replies
-
Can you add which version of Nominatim you're using and which installation documentation you followed? There are some different of the current version vs previous versions how database access is configured. Is this a root server, virtual machine, docker container? If docker how did you start the container? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello All ,
I am facing issue while trying to import I m facing below error.
root@4bf331d26bf3:/app# PGPASSWORD=your_password PGUSER=postgres nominatim import --osm-file /app/data/berlin-latest.osm.pbf
2024-09-10 08:28:55: Using project directory: /app
2024-09-10 08:28:56: Creating database
createdb: error: could not connect to database template1: FATAL: Peer authentication failed for user "postgres"
2024-09-10 08:28:56: FATAL: Creating new database failed.
root@4bf331d26bf3:/app#
Tried many different approaches like Postgresql Remote setup , Container but still facing error while importing.
Any help is highly appreciated . Stuck from Long time . Kindly help.
Thanks in advance !!!
Beta Was this translation helpful? Give feedback.
All reactions