nb db

Inspect or manage CLI-managed built-in databases. For envs without a CLI-managed database container, nb db ps can also show external or remote status.

Usage

nb db <command>

Subcommands

CommandDescription
nb db psView built-in database runtime status
nb db startStart the built-in database container
nb db stopStop the built-in database container
nb db logsView built-in database container logs

Examples

nb db ps
nb db ps --env app1
nb db start --env app1
nb db stop --env app1
nb db logs --env app1