Skip to content

Commit

Permalink
fix PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kutluhanmetin committed Nov 4, 2023
1 parent a6f79c6 commit d835735
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions base/commands/migration/migration_start.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,12 @@ 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.
* At least one data structure name must be provided in the migration configuration file.
* The data structures given in the migration configuration must exist in the source cluster.
Further Information:
* 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) {
Expand Down

0 comments on commit d835735

Please sign in to comment.