Open m3nax opened 1 year ago
Thanks, can I open a pull request to add the missing query to the clustering SQL script? Anyone who starts using this project from version 7.2.x with clustering gets an error like me during startup.
I don't know what's the idea here, ideally there would be migration that would automatically deploy tables, I do this separately with init container in Kubernetes, other would be as a startup task? @ReubenBond any ideas or goals for this?
Problem:
When i run the project an exception was thrown
The CleanupDefunctSiloEntriesKey query is missing from the SQL script SQLServer-Clustering.sql, checked main and v7.2.2 branches
Used configuration:
file project.csproj
file: program.cs
Guide used:
Sql script used for Database creation:
Similar issue:
8216