v.24.2Improvement
Added query_id column and error stacktrace to backups tables
Addedquery_idcolumn for tablessystem.backupsandsystem.backup_log. Added error stacktrace toerrorcolumn. #60220 (Maksim Kita).
Why it matters
This feature improves traceability and debugging for backup operations by associating each backup with its originatingquery_id and providing detailed error stacktraces when failures occur. It helps users quickly identify and troubleshoot backup issues.How to use it
After updating to the version containing this feature, users can query thesystem.backups and system.backup_log tables to see the query_id of backup operations along with enriched error column information that now includes stacktraces, improving diagnostics without any additional configuration.