Hello,
I am trying to perform a database update, using hapi-fhir-cli, from version 6.6.0 to 8.2.0.
The database is Microsoft SQL server 2022.
When I start the command
.\hapi-fhir-cli migrate-database ...
I get the ca.uhn.fhir.context.ConfigurationException:
HAPI-2563: System is configured in Partitioned ID mode but the database schema is not correct for this. Found HFJ_RESOURCE PK: [res_id]
Please note that Partitioned ID Mode has not ever been enabled, so we work in classical mode.
Do you have any suggestion to get this migration working ?