Incremental backup: support native MySQL GTID values as valid positions. #13415
Labels
Component: Backup and Restore
Type: Enhancement
Logical improvement (somewhere between a bug and feature)
The flag
--incremental_from_pos
supports the following types of entries:auto
Examples:
Since incremental backup & restore are designed to only work with MySQL GTIDs, it would be nice, as convenience, to allow a native MySQL GTID set, without the
MySQL56/
prefix, as follows:$ vtctlclient -- Backup --incremental_from_pos "16b1039f-22b6-11ed-b765-0a43f95f28a3:1-615" zone1-0000000102
RFC: #11227
The text was updated successfully, but these errors were encountered: