[openstreetmap/openstreetmap-website] Docker db problem (#3312)
Tom Hughes
notifications at github.com
Mon Sep 6 19:32:20 UTC 2021
Specifically where the database container executed the `docker/postgres/openstreetmap-postgres-init.sh` script which does:
```
psql -v ON_ERROR_STOP=1 -U "$POSTGRES_USER" <<-EOSQL
CREATE USER openstreetmap SUPERUSER PASSWORD 'openstreetmap';
GRANT ALL PRIVILEGES ON DATABASE openstreetmap TO openstreetmap;
EOSQL
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/3312#issuecomment-913824473
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20210906/b559fb59/attachment.htm>
More information about the rails-dev
mailing list