Help Center

Simple answers for database moves, checks, and fixes.

Search by symptom, task, or error code. The goal is simple: understand what happened and what to do next.

Reset

CDC Streams · critical

CDC cannot read the source binary log position

Cupcake CDC requires source binary logging and permissions to read the current binlog file and position. This error usually means binlog is disabled, the database user lacks replication privileges, or the source engine/version does not expose the expected binlog status commands.

CDC Streams · warning

Foreign key checks are disabled for this CDC stream

Some CDC streams intentionally disable target foreign key checks so child rows can apply before parent rows. This can keep replication moving, but it increases the need for compare and repair checks.