Skip to content

Commit 6215b25

Browse files
Merge pull request #229400 from hariramt/S2F-minor-updates-v2
S2F Docs cleanup
2 parents da38910 + 506237a commit 6215b25

21 files changed

+1
-1
lines changed

articles/postgresql/migrate/how-to-migrate-single-to-flexible-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ The `create` parameters that go into the json file format are as shown below:
147147
| Parameter | Type | Description |
148148
| ---- | ---- | ---- |
149149
| `SourceDBServerResourceId` | Required | This parameter is the resource ID of the Single Server source and is mandatory. |
150-
| `SecretParameters` | Required | This parameter lists passwords for admin users for both the Single Server source and the Flexible Server target, along with the Azure Active Directory app credentials. These passwords help to authenticate against the source and target servers. They also help in checking proper authorization access to the resources.
150+
| `SecretParameters` | Required | This parameter lists passwords for admin users for both the Single Server source and the Flexible Server target. These passwords help to authenticate against the source and target servers.
151151
| `DBsToMigrate` | Required | Specify the list of databases that you want to migrate to Flexible Server. You can include a maximum of eight database names at a time. |
152152
| `OverwriteDBsinTarget` | Required | When set to true (default), if the target server happens to have an existing database with the same name as the one you're trying to migrate, migration tool automatically overwrites the database. |
153153
| `SetupLogicalReplicationOnSourceDBIfNeeded` | Optional | You can enable logical replication on the source server automatically by setting this property to `true`. This change in the server settings requires a server restart with a downtime of two to three minutes. |

0 commit comments

Comments
 (0)