Current Series Release Notes¶
17.0.0-6¶
Upgrade Notes¶
blazar-managerno longer creates database tables at startup. The database schema is now managed exclusively by Alembic migrations. Operators must runblazar-db-manage --config-file <conf> upgrade headbefore startingblazar-manageron a new deployment (as is already done for DevStack-based installs). Existing deployments are unaffected.
Bug Fixes¶
Removed the implicit
db_api.setup_db()call fromblazar-manager, which could race with Alembic migrations during deploys or restarts and leave the database in an inconsistent state.