When creating a replication channel and selecting "Source cannot use GTID auto-positioning", it typically indicates that the source's GTID mode is off. GTID (Global Transaction Identifier) auto-positioning allows for automated recovery and positioning of transactions in replication, but it requires that GTID mode be enabled on the source database.
[: MySQL documentation:Global Transaction ID, ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit