Skip to content

Commit 62da4ce

Browse files
committed
docs: improve explanation of different migration strategies.
1 parent cdfce1e commit 62da4ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ Please see [CONTRIBUTING.md](CONTRIBUTING.md) file for additional contribution g
2727
The migration is organized into passes, which are categorized as follows:
2828

2929
- [`node`](/migration/core/node) for migration passes that take place with access to node processes, memory, and disk.
30-
- `transaction` is suggested but not broken out for all over-the-wire/transaction-based migration passes.
3130
- [`migrator`](migration/core/migrator) for migration passes that take place with direct or indirect access to all other levels of abstraction--everything that is needed to migrate.
3231

32+
> [!NOTE]
33+
> An additional class of strategies `chain` and `transaction` have been suggested but not broken out for all over-the-wire/transaction-based migration passes. Simply use the `migrator` instead.
34+
3335
## Organization
3436

3537
There are five subdirectories which progressively build on one another for node logic.

0 commit comments

Comments
 (0)