Breeze RMM v0.82.1 — a one-line stability hotfix on top of v0.82.0. On busy fleets the device-metrics rollup job was scanning unbounded history and pegging the database; this release bounds it.
Summary
- Fixed a database CPU spike caused by the metrics rollup job (#1719) — the raw
device_metricsrollup join is now bounded to the rollup window instead of scanning the full table, eliminating a production database peg observed on larger fleets.
Self-Hosting / Upgrade Notes
Standard upgrade path: bump BREEZE_VERSION in /opt/breeze/.env, then docker compose pull api web && docker compose up -d. No new migrations, no new environment variables, and no compose changes. Recommended for anyone on v0.82.0 running a sizable fleet who has seen elevated database CPU.
What's Changed
- fix(ml): bound raw device_metrics rollup join to the window (prod DB peg) by @ToddHebebrand in #1719
Full Changelog: v0.82.0...v0.82.1