v.23.9New Feature
Added backup_log table for tracking BACKUP and RESTORE operations
Added a new system log tablebackup_logto track allBACKUPandRESTOREoperations. #53638 (Victor Krasnov).
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 thebackup_log system table directly to view detailed records of all executed BACKUP and RESTORE commands. No additional configuration is required to enable this logging.