DatabasesCreate a Database

Create a Database

Dashboard

  1. Open Databases.
  2. Click New Database.
  3. Pick the engine and version.
  4. Choose CPU, memory, and storage.
  5. Create it.

The database starts as provisioning and becomes running when ready.

CLI

dock db create production --type postgres --version 16

Supported CLI types:

postgres, mysql, mariadb, mongodb, redis, valkey, clickhouse

Credentials

The dashboard and CLI show generated credentials after creation. Store them carefully if you need direct access later.