Skip to content

v1.0.5

Compare
Choose a tag to compare
@david-garcia-garcia david-garcia-garcia released this 28 Jul 11:19
· 4 commits to master since this release
ce45480

This is mainly a performance and bugfix release.

The most painful bottlenecks were the scraping of Event Logs using powershell, which has been totally replaced with LogMonitor and the usage of DbaTools (only in the MSSQL Server images) in operations that happen frequently (such as transaction log backups.

  • Remove usage of DBATOOLS for doing backups (performance)
  • Improve configuration monitoring logic to avoid parsing if configuration has not changed (performance)
  • Replace event viewer monitoring logic with LogMonitor by default (performance)
  • Remove powershell-yaml from the images and only support JSON (performance)
  • Remove usage of DBATOOLS from SbsMssqlIndexOptimize (performance)
  • Added new MSSQL_AGENT_ENABLED to control state of Sql Server Agent
  • Fix for Memory auto-release job not working
  • Reduce the amount of server restarts triggered by configuration changes during bootstrap (performance)
  • Added integration tests for backup and restore to Azure Blob Storage, and improve test coverage generally