Current Series Release Notes¶
24.0.0-23¶
New Features¶
Implements deletion of expired running backups. Allows manual deletion of running backups after CONF.running_backups_expires days since creation.
Bug Fixes¶
Fixes incorrect root status reporting. root show could report “is_root_enabled”: True after root was disabled; the status now reflects the actual instance state while preserving root_enabled_history logic.
Fix PostgreSQL guest agent issues for password changes and access control.
Fix AttributeError when changing user passwords due to improper deserialization in PgSqlAdmin.change_passwords method.
Update grant_access and revoke_access methods to handle PostgreSQL changes:
Explicitly grant/revoke schema (public) access for PostgreSQL 14+
Revoke CONNECT privilege from PUBLIC to ensure proper revocation
Ensure connection is made to specific database for grant/revoke operations in PostgreSQL 16+
Fixes potential PostgreSQL shared memory exhaustion in mid-size deployments.