v.24.4Improvement
System.backup_log Table Update: Added Event Time Column
For consistency with other system tables,system.backup_lognow has a columnevent_time. #62541 (Jayme Bird).
Why it matters
This change ensures uniformity across system tables by including a timestamp column that records the time of each backup event, making it easier for users to track and analyze backup operations.How to use it
Query thesystem.backup_log table as usual. The new event_time column will automatically appear, providing the timestamp for each backup event without any additional configuration.