Rights to users
Pavlo-Olshansky opened this issue · 1 comments
Pavlo-Olshansky commented
Is that should be a user, not database ? Like this:
GRANT ALL PRIVILEGES ON DATABASE $database TO $POSTGRES_USER;
Not like this:
GRANT ALL PRIVILEGES ON DATABASE $database TO $database;