You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,11 @@ Please see [CONTRIBUTING.md](CONTRIBUTING.md) file for additional contribution g
27
27
The migration is organized into passes, which are categorized as follows:
28
28
29
29
-[`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.
31
30
-[`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.
32
31
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
+
33
35
## Organization
34
36
35
37
There are five subdirectories which progressively build on one another for node logic.
0 commit comments