new, setup
dbvcli new {-t|--type} mssql [--OPTIONS]
dbvcli setup {-t|--type} mssql [--OPTIONS]
Create a new SQL Server Configuration
Option | Type | Description |
---|---|---|
| string | license key |
| string | name of source database |
| string | host name of instance containing source database |
| string | name of instance containing source database |
|
| add new source instance |
| string | port number of instance to add (used when adding source instance) |
| auth | authentication type, value should be either 'SQL' or 'WIN' (used when adding source instance) |
| string | password for authentication to instance (used when adding source instance) |
| string | user name for authentication to instance (used when adding source instance) |
| string | log backup location on source host |
| string | host name of instance for standby database |
| string | name of instance for standby database |
|
| add new standby instance |
| string | port number of instance to add (used when adding standby instance) |
| auth | authentication type, value should be either 'SQL' or 'WIN' (used when adding standby instance) |
| string | password for authentication to instance (used when adding standby instance) |
| string | user name for authentication to instance (used when adding standby instance) |
| string | log backup location on standby host |