Skip to content

Commit

Permalink
align with doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kutluhanmetin committed Nov 3, 2023
1 parent 068edba commit a6f79c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/commands/migration/migration_start.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Prerequisites:
* Only a single migration can be run simultaneously.
* The target cluster must be an enterprise cluster or Viridian cluster.
* At least one data structure must be given in the migration configuration.
* The data structures given in the migration configuration must exist in the source cluster.
* Existing data structures on the target cluster will be skipped.
* It is recommended source cluster to be in read-only mode.
* The data structures given in the migration configuration must exist in the source cluster.
* Existing data structures on the target cluster will be skipped.
* It is recommended that the source cluster is put in read-only mode before the migration starts.
`)
if !ec.Props().GetBool(clc.FlagAutoYes) {
p := prompt.New(ec.Stdin(), ec.Stdout())
Expand Down

0 comments on commit a6f79c6

Please sign in to comment.