HomeGuidesChangelog
Changelog

RegScale 6.28.0.1

[6.28.0.1] - 2026-01-20

Summary

This release addresses issues identified in the 6.28.0.0 release related to database migrations impacting large and newly created databases. The fixes improve upgrade reliability, prevent blocking migrations, and ensure successful installation across all supported database scenarios.


Fixes

  • Resolved database migration issues affecting upgrades on large databases, particularly those with substantial LogEvents data.
  • Prevented blocking behavior caused by schema changes that could leave the database in an unusable state.
  • Fixed migration failures when installing or upgrading against a blank database (no existing LogEvents table).

Improvements

  • Added safeguards to conditionally apply online index operations only when supported and safe.
  • Introduced mitigation scripts to reduce excessive LogEvents data during upgrades, improving migration performance and reliability.
  • Improved validation and testing coverage across large, integration, and clean-install database scenarios.