Skip to content

Commit f8c7f55

Browse files
authored
Merge pull request #6836 from vinaypamnani-msft/vinpa-setupswitch
Add sql move setup switch and AG setup key
2 parents 6e7dad4 + 0f58a3f commit f8c7f55

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

memdocs/configmgr/core/servers/deploy/install/command-line-options-for-setup.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ Disable user input during setup, but display the setup wizard. Only use this opt
4343

4444
Run a site reset. This action resets the database and service accounts for the site. For more information, see [Run a site reset](../../manage/modify-your-infrastructure.md#bkmk_reset).
4545

46+
## `/SQLMOVE`
47+
48+
Move the site database. This action moves the site database to a new instance of SQL Server on the same computer, or to a different computer that runs a supported version of SQL Server. For more information, see [Modify the site database configuration](../../manage/modify-your-infrastructure.md#bkmk_dbconfig).
49+
50+
Provide the SQL server name, database name and instance name in the following format:
51+
52+
`/SQLMOVE <SQL Server FQDN>:<Database Name>:<SSB Port>`
53+
54+
`/SQLMOVE <SQL Server FQDN>:<InstanceName>\<Database Name>:<SSB Port>`
55+
4656
## `/TESTDBUPGRADE`
4757

4858
Run a test on a backup of the site database to make sure that the database can upgrade.

memdocs/configmgr/core/servers/deploy/install/command-line-script-file.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Include the following keys in the `SQLConfigOptions` section to install a site:
105105
| `SQLSSBPort` | No | Port number | The SQL Server Service Broker (SSB) port. By default, SSB uses TCP port 4022. |
106106
| `SQLDataFilePath` | No | Local directory path | An alternate location to create the database .mdb file. |
107107
| `SQLLogFilePath` | No | Local directory path | An alternate location to create the database .ldf log file. |
108+
| `AGBackupShare` | No | Network share path | The network location for sharing database backups when creating the site database in an Availability Group. The backup share is only needed if automatic seeding is not set. |
108109

109110
### `CloudConnectorOptions` section for site install
110111

0 commit comments

Comments
 (0)