Back to Nocobase

nb db start

docs/docs/en/api/cli/db/start.md

2.1.17652 B
Original Source

nb db start

Start the built-in database container for a selected env. This command only applies to envs created with a CLI-managed built-in database.

Usage

bash
nb db start [flags]

Parameters

ParameterTypeDescription
--env, -estringCLI env name whose built-in database should start; uses the current env if omitted
--verbosebooleanShow underlying Docker command output

Examples

bash
nb db start
nb db start --env app1
nb db start --env app1 --verbose