Bug
Fresh installs of v2.2.0 do not include database_size_stats_collector or server_properties_collector in config.collection_schedule. These entries were only added in the upgrade script (upgrades/2.1.0-to-2.2.0/05_add_finops_collectors.sql), which only runs during upgrades — not fresh installs.
Impact
- Storage Growth and Database Sizes tabs in the Dashboard FinOps tab show no data
- Server properties data not collected (affects utilization/provisioning analysis)
- 7-day and 30-day growth trend columns never populate
Root cause
install/04_create_schedule_table.sql seeds all collector schedule entries for fresh installs but was missing the two FinOps collectors added in 2.2.0.
Fix
Add both collectors to the VALUES list in 04_create_schedule_table.sql.