Skip to content

Commit 52a4874

Browse files
committed
chore: fix formating again
1 parent 3a28186 commit 52a4874

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ A multi-phase rollout is the best choice in most cases, especially when:
9494

9595
- Complex management: Multiple "go-lives" require more coordination and detailed planning, increasing operational complexity.
9696
- Extended timeline: The time to roll out the whole system takes longer as it is broken down into phases.
97-
- Resource demands: Running both systems in parallel during the transition can strain resources.
97+
- Resource demands: Running both systems in parallel during the transition can strain resources.
9898

9999
</TabItem>
100100

@@ -147,11 +147,11 @@ A bulk identity migration can involve some risk and downtime, but it is recommen
147147
perform a rollback.
148148
- Downtime: This approach may require planned system downtime to ensure data consistency, which can disrupt users.
149149
- Increased preparation: Requires extensive planning and testing to mitigate risks, making it more resource-intensive during that
150-
phase.
151-
152-
</TabItem>
150+
phase.
153151

154-
<TabItem value="graceful">
152+
</TabItem>
153+
154+
<TabItem value="graceful">
155155

156156
### Graceful identity migration
157157

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

0 commit comments

Comments
 (0)