You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stop InfluxDB when the 2.9 upgrade preflight blocks (#902) - Fixes #900
The Omnibus image now keeps InfluxDB stopped when the 2.9 upgrade preflight blocks, instead of logging the error and starting InfluxDB anyway (#900).
Installs whose data InfluxDB 2.9 already upgraded start normally, without setting SCRUTINY_INFLUXDB_29_BACKUP_CONFIRMED. The preflight treats InfluxDB's own influxd.bolt.pre-v2.9.1-upgrade.backup as a completed upgrade, so the repeated "upgrade blocked" lines stop on those installs.
Only data from before v1.67.0 that has never started on a newer image is still blocked, which is the case the guard exists for. Such an install keeps InfluxDB stopped and the container turns unhealthy until the backup is confirmed with SCRUTINY_INFLUXDB_29_BACKUP_CONFIRMED=true and the container is restarted.