mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
Give create db permissions to humbug postgres user
(imported from commit 85775d1885efcd8790593e6841ce9d56f027eea7)
This commit is contained in:
@@ -7,6 +7,7 @@ DROP SCHEMA public CASCADE;
|
||||
CREATE DATABASE humbug;
|
||||
CREATE USER humbug WITH PASSWORD '$PASSWORD';
|
||||
GRANT ALL ON DATABASE humbug TO humbug;
|
||||
ALTER USER humbug CREATEDB;
|
||||
EOF
|
||||
|
||||
echo "Database created"
|
||||
|
||||
Reference in New Issue
Block a user