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
nominatim | + sudo -E -u postgres psql postgres -tAc 'ALTER USER nominatim WITH ENCRYPTED PASSWORD '\''Zx3y2OFBGJ'\'''
nominatim | ALTER ROLE
nominatim | + sudo -E -u postgres psql postgres -tAc 'ALTER USER "www-data" WITH ENCRYPTED PASSWORD '\''Zx3y2OFBGJ'\'''
nominatim | ALTER ROLE
...
nominatim | 2024-11-14 16:01:02: Using project directory: /nominatim
nominatim | 2024-11-14 16:01:05: Creating database
nominatim | 2024-11-14 16:01:06: Web user 'www-data' does not exist. Create it with:
nominatim |
nominatim | createuser www-data
nominatim | 2024-11-14 16:01:06: FATAL: Missing read-only user.
on remote server:
root@0f9a6cd6f447:/app# psql -d "$(echo $NOMINATIM_DATABASE_DSN | cut -d: -f2 | tr ';' ' ' )"
psql (16.4 (Ubuntu 16.4-0ubuntu0.24.04.2), server 17.0 (Debian 17.0-1.pgdg110+1))
WARNING: psql major version 16, server major version 17.
Some psql features might not work.
Type "help" for help.
gis=# \du
List of roles
Role name | Attributes
-----------+------------------------------------------------------------
nominatim | Superuser, Create role, Create DB
postgis | Superuser, Create role, Create DB, Replication, Bypass RLS
www-data | Cannot login
Cant bring to life nominatim 4.5 with external postgis.
got error if dabase exists
Partically fixed in #394
Also got error if DB dropped:
on remote server:
To Reproduce
My latest docker-compose:
The text was updated successfully, but these errors were encountered: