I followed the instructions in the link below to migrate content from a Kentico 12 MVC site to Xperience by Kentico.
I ran 'dotnet new install kentico.xperience.templates' in the terminal and followed the process to create a new project resulting in a fresh version 30.2.2
Running Migration.Tool.CLI.exe migrate resulted in the following error
"Error occured System.NotSupportedException: The database version '30.2.2' does not match the project version '30.2.0', please check your connection string."
Update: Updating the Kentico NuGet packages in the migration toolkit project to match my Xperience by Kentico project version solution fixed the problem.
Environment
- Xperience by Kentico version: [30.2.2]
- .NET version: [8]
- Execution environment: [localhost]
- https://github.com/Kentico/xperience-by-kentico-kentico-migration-tool/blob/master/Migration.Tool.CLI/README.md