vip backup db
Generate a new database backup of an environment.
Usage
vip backup db [options]
Options
Option | Description |
---|---|
-a , --app |
Target an application. Accepts a string value for the application name or an integer for the application ID. |
-d , --debug |
Generate verbose output during command execution to help identify or fix errors or bugs. |
-e , --env |
Target an environment. Accepts a string value for the environment type. |
-h , --help |
Retrieve a description, examples, and available options for a (sub)command. |
-v , --version |
Retrieve the version number of VIP-CLI currently installed on the local machine. |
Examples
- Generate a new database backup of an environment.
$ vip @example-app.develop backup db
Generating a new database backup... ✓ Preparing for backup generation ✓ Generating backup New database backup created
Last updated: November 18, 2024