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
@@ -140,7 +147,10 @@ A bulk identity migration can involve some risk and downtime, but it is recommen
140
147
perform a rollback.
141
148
- Downtime: This approach may require planned system downtime to ensure data consistency, which can disrupt users.
142
149
- 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
+
144
154
<TabItemvalue="graceful">
145
155
146
156
### Graceful identity migration
@@ -174,5 +184,8 @@ A graceful identity migration is a good choice when:
174
184
additional coding effort to implement Ory's
175
185
[password migration using a web hook](https://www.ory.com/docs/kratos/manage-identities/import-user-accounts-identities#password-migration-using-a-web-hook).
176
186
- Potential for data inconsistencies: If not carefully managed, there may be discrepancies between the old and new systems during
0 commit comments