Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

epi db export command

Starts a database export for the specified project, environment and database combination.

Usage

epi db export [OPTIONS] --project <PROJECT> --environment <ENVIRONMENT>

Options

-p, –project <PROJECT>

The project name.
Aliases: name.

–environment <ENVIRONMENT>

The environment that the database belongs to.
Aliases: env.
Possible values: integration, preproduction, production, ade1, ade2.

–database-name <DATABASE_NAME>

The name of the database that will be exported.
Default: epi-cms.
Aliases: dbname.
Possible values: epi-cms, epi-commerce.

–retention-hours <RETENTION_HOURS>

Total hours that the bacpac will be retained.
Default: 168.

–wait <WAIT>

Specify this switch to enable “polling” of the export until it’s completed.
Default: true.
Possible values: true, false.

–show-progress <SHOW_PROGRESS>

Specify this switch to enable a progress text indicating export progress.
Default: true.
Possible values: true, false.

–wait-timeout-minutes <WAIT_TIMEOUT_MINUTES>

The maximum amount of time, in minutes, to wait for the export to finish.
Default: 240.

–polling-interval-seconds <POLLING_INTERVAL_SECONDS>

How often, in seconds, to poll for export status.
Default: 30.

-h, –help

Print help.