You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2023. It is now read-only.
** Expected Behavior**
Rewind of VDBs should be able seamless and retain the original state of the database including replication
** Actual Behavior**
A VDB that is either master or slave to another VDB / DB is not able to retain replication status after rewind
Steps To Reproduce the Problem
Rewind and VDB that is configured as replication slave
OR
Rewind and VDB that is configured as replication master
Steps to reproduce the behavior:
Take a snapshot of the VDB after setting up replication - master / slave'
Rewind VDB to the snapshot
VDBs are rolled back to the snapshot but the replication slave status is lost
See the replication status using "Show slave status\g" on slave VDB
Version
MySQL 5.7.19
MySQL 5.7.34
Additional Context
Refreshes are expected to lose the replication status because the refresh copies the DB state from dSource. However, rewind is expected to rollback to the replication status unlike refresh from dSource.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
** Expected Behavior**
Rewind of VDBs should be able seamless and retain the original state of the database including replication
** Actual Behavior**
A VDB that is either master or slave to another VDB / DB is not able to retain replication status after rewind
Steps To Reproduce the Problem
Rewind and VDB that is configured as replication slave
OR
Rewind and VDB that is configured as replication master
Steps to reproduce the behavior:
Version
MySQL 5.7.19
MySQL 5.7.34
Additional Context
Refreshes are expected to lose the replication status because the refresh copies the DB state from dSource. However, rewind is expected to rollback to the replication status unlike refresh from dSource.
The text was updated successfully, but these errors were encountered: