Added note about password and privileges for OSM DB user
This commit is contained in:
parent
75caec40a5
commit
87c62fec3b
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
set -ex
|
||||
|
||||
# Create 'openstreetmap' user
|
||||
# Password and superuser privilege are needed to successfully run test suite
|
||||
psql -v ON_ERROR_STOP=1 -U "$POSTGRES_USER" <<-EOSQL
|
||||
CREATE USER openstreetmap SUPERUSER PASSWORD 'openstreetmap';
|
||||
GRANT ALL PRIVILEGES ON DATABASE openstreetmap TO openstreetmap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue