From baf0ceba627fb592d458e3a0fd4847153beda1ee Mon Sep 17 00:00:00 2001 From: James Guthrie Date: Thu, 29 Feb 2024 15:31:49 +0100 Subject: [PATCH] Live migration is more complex than pg_dump/restore (#3030) --- migrate/live-migration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrate/live-migration/index.md b/migrate/live-migration/index.md index c5f58cadc9..a70e4db0b9 100644 --- a/migrate/live-migration/index.md +++ b/migrate/live-migration/index.md @@ -12,7 +12,7 @@ import OpenSupportRequest from "versionContent/_partials/_migrate_open_support_r Live migration is a new migration strategy to move a large amount of data (100 GB-10 TB+) with low downtime (on the order of few minutes). It -requires more steps to execute than a migration with downtime using +is significantly more complex to execute than a migration with downtime using [pg_dump/restore][pg-dump-and-restore], but supports more use-cases and has fewer requirements than the [dual-write and backfill] method.