MySQL error code
MySQL error 1789
MySQL server error 1789 is ER_SOURCE_HAS_PURGED_REQUIRED_GTIDS, reported with SQLSTATE HY000.
Cannot replicate because the source purged required binary logs. Replicate the missing transactions from elsewhere, or provision a new replica from backup. Consider increasing the source's binary log expiration period. %s
| Error | 1789 |
|---|---|
| Name | ER_SOURCE_HAS_PURGED_REQUIRED_GTIDS |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference