From c46afd04d4fdb700c9001bdb020d215c94232183 Mon Sep 17 00:00:00 2001 From: kmetin Date: Mon, 6 Nov 2023 14:28:00 +0300 Subject: [PATCH] add Viridian item --- base/commands/migration/migration_start.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/base/commands/migration/migration_start.go b/base/commands/migration/migration_start.go index a314ee22..8eeab23c 100644 --- a/base/commands/migration/migration_start.go +++ b/base/commands/migration/migration_start.go @@ -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())