Skip to content

Commit

Permalink
Live migration is more complex than pg_dump/restore (#3030)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGuthrie authored Feb 29, 2024
1 parent 7443ddc commit baf0ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrate/live-migration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit baf0ceb

Please sign in to comment.