Skip to content

Commit cedf347

Browse files
committed
Improve upgrade documentation for IdentityServer and update links for clarity
1 parent 8df211d commit cedf347

File tree

1 file changed

+14
-10
lines changed
  • src/content/docs/identityserver/upgrades

1 file changed

+14
-10
lines changed

src/content/docs/identityserver/upgrades/index.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ changes. Some updates contain changes to the stores used by IdentityServer that
1616
schema updates. If you are using our Entity Framework based stores we recommend using Entity Framework
1717
Migrations.
1818

19+
## Upgrading from version 7.1 to 7.2
20+
21+
See [IdentityServer v7.1 to v7.2](/identityserver/upgrades/v7_1-to-v7_2.md).
22+
1923
## Upgrading from version 7.0 to 7.1
2024

2125
IdentityServer v7.1 includes support for **.NET 9** and many other smaller fixes and
@@ -36,30 +40,30 @@ breaking changes that affect your implementation.
3640

3741
There are changes to the stores which requires database schema updates. If you use the Entity Framework
3842
based stores you need to apply the upgrade and database migrations
39-
from [6.0 - 6.1](v6_0-to-v6_1). Then
40-
continue with "Upgrading from version 6.2" below. If you are experienced with the Entity Framework
41-
Migrations Tooling you may also create a single migration 6.0-7.0.
43+
from [6.0 - 6.1](/identityserver/upgrades/v6_0-to-v6_1.md). Then
44+
continue with the [Upgrading from version 6.2](#upgrading-from-version-62) guide. If you are experienced with the Entity Framework
45+
Migrations Tooling you may also create a single migration from 6.0 to 7.0.
4246

4347
#### Upgrading from version 6.1
4448

45-
There no schema changes or other breaking changes between 6.1 abd 6.2. Follow the "Upgrading from
46-
version 6.2" guide below.
49+
There no schema changes or other breaking changes between 6.1 and 6.2.
50+
Follow the [Upgrading from version 6.2](#upgrading-from-version-62) guide.
4751

4852
#### Upgrading from version 6.2
4953

5054
There are changes to the stores which requires database schema updates. If you use the Entity Framework
5155
based stores you need to apply the upgrade and database migrations
52-
from [6.2 - 6.3](v6_2-to-v6_3). If you
53-
are experienced with the Entity Framework Migrations Tooling you may also create a single migration
54-
6.2-7.0.
56+
from [6.2 - 6.3](/identityserver/upgrades/v6_2-to-v6_3.md). If you
57+
are experienced with the Entity Framework Migrations Tooling you may also create a single migration from
58+
6.2 to 7.0.
5559

5660
There were minor breaking changes in 6.3, most notably rotated refresh tokens are now deleted immediately
5761
on use by default. Review
58-
the [list in the upgrade guide](v6_2-to-v6_3#step-4-breaking-changes) to check
62+
the [list in the upgrade guide](/identityserver/upgrades/v6_2-to-v6_3.md#step-4-breaking-changes) to check
5963
if any of them affect your implementation.
6064

6165
Then continue with "Upgrading from version 6.3" below.
6266

6367
#### Upgrading from version 6.3
6468

65-
Follow the [upgrade guide version 6.3 - 7.0](v6_3-to-v7_0)
69+
Follow the [upgrade guide version 6.3 - 7.0](/identityserver/upgrades/v6_3-to-v7_0.md)

0 commit comments

Comments
 (0)