dbconnection export

The dbconnection export command exports a database connection definition to a JSON file.

Usage

dbconnection export --n ConnectionName --o OutputDirectory
RequiredArgumentDescription
Yes--n ConnectionNameSpecifies the name of the database connection you want to export. If the connection name contains spaces, enclose the name in quotes.
Tip: If you are unsure of the connection name you can use the dbbconnection list command to get a list of the connection names.
No--o OutputDirectorySpecifies the directory to which you want to export the database connection. The path you specify here is relative to the directory where you are running the Administration Utility. If you omit this argument, the database connection is exported to the directory containing the Administration Utility.

Example

This example exports the database connection named "My Connection" to a folder named exported which is a subfolder in the location where you have installed the Administration Utility.

dbconnection export --n "My Connection" --o exported