Skip to content

Commit 3a28186

Browse files
committed
chore: fix formatting
1 parent da5ed2e commit 3a28186

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

docs/migrate-to-ory/migrate/migrate-strategies.mdx

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ segments or applications, learning valuable lessons to refine your approach befo
3030
{label: 'Single-phase rollout', value: 'single'},
3131
{label: 'Multi-phase rollout', value: 'multi'},
3232
]}>
33+
3334
<TabItem value="single">
3435

3536
### Single-phase rollout
@@ -64,9 +65,11 @@ A single-phase rollout approach is the best choice when:
6465
design flaws, training gaps, or technical issues only become apparent when it's too late to adjust your approach.
6566
- Difficult rollback: Reverting to the old system after a full cutover can be complex and potentially impossible if you've already
6667
decommissioned infrastructure or migrated data irreversibly.
67-
</TabItem>
68+
69+
</TabItem>
6870

6971
<TabItem value="multi">
72+
7073
### Multi-phase rollout
7174

7275
A multi-phase approach involves migrating user identities and rolling out applications/services in phases, focusing on specific
@@ -91,8 +94,11 @@ A multi-phase rollout is the best choice in most cases, especially when:
9194

9295
- Complex management: Multiple "go-lives" require more coordination and detailed planning, increasing operational complexity.
9396
- Extended timeline: The time to roll out the whole system takes longer as it is broken down into phases.
94-
- Resource demands: Running both systems in parallel during the transition can strain resources. </TabItem>
95-
</Tabs>
97+
- Resource demands: Running both systems in parallel during the transition can strain resources.
98+
99+
</TabItem>
100+
101+
</Tabs>
96102

97103
## Choose your user identity migration strategy
98104

@@ -110,6 +116,7 @@ Network.
110116
{label: 'Bulk identity migration', value: 'bulk'},
111117
{label: 'Graceful identity migration', value: 'graceful'},
112118
]}>
119+
113120
<TabItem value="bulk">
114121

115122
### Bulk identity migration
@@ -140,7 +147,10 @@ A bulk identity migration can involve some risk and downtime, but it is recommen
140147
perform a rollback.
141148
- Downtime: This approach may require planned system downtime to ensure data consistency, which can disrupt users.
142149
- Increased preparation: Requires extensive planning and testing to mitigate risks, making it more resource-intensive during that
143-
phase. </TabItem>
150+
phase.
151+
152+
</TabItem>
153+
144154
<TabItem value="graceful">
145155

146156
### Graceful identity migration
@@ -174,5 +184,8 @@ A graceful identity migration is a good choice when:
174184
additional coding effort to implement Ory's
175185
[password migration using a web hook](https://www.ory.com/docs/kratos/manage-identities/import-user-accounts-identities#password-migration-using-a-web-hook).
176186
- Potential for data inconsistencies: If not carefully managed, there may be discrepancies between the old and new systems during
177-
the transition period. </TabItem>
187+
the transition period.
188+
189+
</TabItem>
190+
178191
</Tabs>

0 commit comments

Comments
 (0)