psql -d postgres -c "CREATE DATABASE appdb OWNER app;"

Category: Databases & SQL

psql -d postgres -c "CREATE DATABASE appdb OWNER app;"

Create a database owned by an app role

Creates a new database and makes app its owner so that role can create objects without extra privileges. A cluster can hold many databases, each isolated from the others. Related: sudo -u postgres createdb -O app appdb.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.