Skip to content

Specify OWNER when creating a database

Jinmiao Luo requested to merge jinmiaoluo/infrastructure:master into master

When creating the PostgreSQL database for Quassel, if no OWNER is specified, an error will be reported due to insufficient permissions.

Fixes: #523 (closed)

Merge request reports