sudo -u postgres createdb myapp_db

Category: Self-Hosting

sudo -u postgres createdb myapp_db

Create a new PostgreSQL database named myapp_db

Creates a new PostgreSQL database. Run this before pointing an app at PostgreSQL for the first time.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.