Skip to content

Commit

Permalink
add Viridian item
Browse files Browse the repository at this point in the history
  • Loading branch information
kutluhanmetin committed Nov 6, 2023
1 parent d835735 commit c46afd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion base/commands/migration/migration_start.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ Prerequisites:
* 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.
* Viridian clusters supports at most 14GB of primal data. If you try to migrate more than that, the failure
is expected. You can consider Viridian Dedicated for larger data migrations.";
`)
if !ec.Props().GetBool(clc.FlagAutoYes) {
p := prompt.New(ec.Stdin(), ec.Stdout())
Expand Down

0 comments on commit c46afd0

Please sign in to comment.