I have an IdentityServer3 used by multiple applications. The clients, scopes, flows, urls etc., of the IdentityServer3 are persisted in an MS SQL Server. I want to upgrade the IdentityServer3 to Duende IdentityServer6 as the support for the former is going to end (even IdentityServer4 is not supported anymore). Could you advise the best possible way to migrate to Duende IdentityServer6, please?
Are there any straight-forward commands which will do the migration automatically?
If not, creating a brand-new Duende IdentityServer6 solution and copying the existing logic from the old IdentityServer3 solution is the only way?
Can we re-use the same MS SQL Server for the migrated Duende IdentityServer6 as well?