v.23.9New Feature

Added backup_log table for tracking BACKUP and RESTORE operations

Added a new system log table backup_log to track all BACKUP and RESTORE operations. #53638 (Victor Krasnov).
Introduced a new system log table backup_log to record all BACKUP and RESTORE operations in ClickHouse.

Why it matters

This feature provides a centralized and persistent audit trail for backup and restore activities, helping users monitor and troubleshoot their data management operations effectively.

How to use it

Users can query the backup_log system table directly to view detailed records of all executed BACKUP and RESTORE commands. No additional configuration is required to enable this logging.