This PR makes the following changes related to updating ServiceControl to use RavenDB 6.2:
When running in external RavenDB mode, the check to prevent startup when a cluster is detected has been removed.
When running in external RavenDB mode, the version startup check no longer requires an exact version match between server and client. It now verifies that the server product version is >= client product version. This aligns with the RavenDB Client/Server Compatibility statment.
All indexes will now use the Corax search engine by default. Existing indexes currently using Lucene will be updated after they have been reset.
The servicecontrol-ravendb container has been updated to ensure that RavenDB data has been correctly modified to be migrated from RavenDB 5 to RavenDB 6.
This PR makes the following changes related to updating ServiceControl to use RavenDB 6.2:
servicecontrol-ravendb
container has been updated to ensure that RavenDB data has been correctly modified to be migrated from RavenDB 5 to RavenDB 6.