Skip to content

Commit c01ba19

Browse files
committed
chore: format
1 parent 33405b8 commit c01ba19

2 files changed

Lines changed: 6 additions & 150 deletions

File tree

docs/kratos/guides/normalize-phone-numbers.mdx

Lines changed: 0 additions & 141 deletions
This file was deleted.

docs/kratos/guides/upgrade.mdx

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,15 @@ Back up your data! Applying upgrades can lead to data loss if handled incorrectl
1111

1212
:::
1313

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.
1716
1. Backup your data.
1817
1. Update the [Ory Kratos SDK](../sdk/01_overview.md) if used in your application.
1918
1. [Install](../install.mdx) the new version of Ory Kratos.
2019
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.
2623

2724
Should you run into problems with the upgrade, consider a stepped upgrade and please visit the community
2825
[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
3128

3229
In [Ory Kratos v0.7](https://github.com/ory/kratos/blob/v0.7.0-alpha.1/CHANGELOG.md#breaking-changes) the cookie behavior has
3330
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).
3532
Visit the [Cookie Settings](https://www.ory.com/kratos/docs/guides/multi-domain-cookies/#cookies) document for more information.

0 commit comments

Comments
 (0)