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: docs/kratos/guides/upgrade.mdx
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,15 @@ Back up your data! Applying upgrades can lead to data loss if handled incorrectl
11
11
12
12
:::
13
13
14
-
1. Review breaking changes.
15
-
Visit the [CHANGELOG.md](https://github.com/ory/kratos/blob/master/CHANGELOG.md) to see if breaking changes have been
16
-
introduced in the version you are upgrading to.
14
+
1. Review breaking changes. Visit the [CHANGELOG.md](https://github.com/ory/kratos/blob/master/CHANGELOG.md) to see if breaking
15
+
changes have been introduced in the version you are upgrading to.
17
16
1. Backup your data.
18
17
1. Update the [Ory Kratos SDK](../sdk/01_overview.md) if used in your application.
19
18
1.[Install](../install.mdx) the new version of Ory Kratos.
20
19
1. Run [`kratos migrate sql`](../cli/kratos-migrate-sql.md) to run the SQL migrations to the new database schema.
21
-
1. If you are upgrading to a version that introduces phone number normalization, run
22
-
[`kratos migrate normalize-phone-numbers`](./normalize-phone-numbers.mdx) after the new
23
-
version is deployed and serving traffic. This rewrites existing phone identifiers to
24
-
E.164 format. See the [phone normalization guide](./normalize-phone-numbers.mdx) for
25
-
the recommended rollout sequence.
20
+
1. If you are upgrading to a version that introduces phone number normalization, run kratos migrate normalize-phone-numbers` after
21
+
the new version is deployed and serving traffic. This rewrites existing phone identifiers to E.164 format. See the
22
+
[phone normalization guide](./normalize-phone-numbers.mdx) for the recommended rollout sequence.
26
23
27
24
Should you run into problems with the upgrade, consider a stepped upgrade and please visit the community
28
25
[chat](https://slack.ory.com/) or start a [discussion](https://github.com/ory/kratos/discussions).
@@ -31,5 +28,5 @@ Should you run into problems with the upgrade, consider a stepped upgrade and pl
31
28
32
29
In [Ory Kratos v0.7](https://github.com/ory/kratos/blob/v0.7.0-alpha.1/CHANGELOG.md#breaking-changes) the cookie behavior has
33
30
changed. Review
34
-
[changes in the exemplary self-service user interface](https://github.com/ory/kratos-selfservice-ui-node/commit/e7fa292968111e06401fcfc9b1dd0e8e285a4d87).
31
+
[changes in the exemplary self-service user interface](https://github.com/ory/kratos-selfservice-ui-node/commit/e7fa292968111e06401fcfc9b1dd0e8e285a4d87).
35
32
Visit the [Cookie Settings](https://www.ory.com/kratos/docs/guides/multi-domain-cookies/#cookies) document for more information.
0 commit comments