This repository was archived by the owner on May 25, 2026. It is now read-only.
rev248
* Add binlog_utils_udf plugin. * Enable gtid_mode and enforce_gtid_consistency for the MySQL. * Add S3 compatibility check based on the group replication id. * Point-in-time-recovery. * Fix constants. * Integration tests. * Binlogs collector service improvement. * Format restore function. * Use context manager for ca_file in s3_helpers. * Rename start_stop_binlogs_collecting to reconcile_binlogs_collection. * Delete binlogs collector config when not needed. * Improve update_binlogs_collector_config. * Add restore-to-time validation and format notice. * Sync lib changes from VM PR. * Improve binlogs collection service. * Increment LIBPATCH for libs. * Fix errors after main merge. * LIBPATCH * Move binlogs collector config to the env. * Fix occasional DNS errors on get_unit_address. * PITR improvements. * S3 improvements. * Format. * S3 improvements. * Sync mysql lib. * Lint. * split pitr tests * include pitr helper in test layer * libpatch bump * address pr comments --------- Co-authored-by: Vladyslav Tarasenko <vladislavstargate@gmail.com>