Details
Description
Repository sidegrade logic currently does not execute various commit hook as required by Oak when doing partial migrations. This can leave data in inconsistent state where index data does not get updated.
It should be ensured that all required commit hooks are run during sidegrade also.
Note this is not a problem when whole repository is migrated via sidegrade as then relevent index path would also get copied but for partial case it would be a problem