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
In the current version, we will reject to restore once there is any changefeed.
This is too strict and not pretty friendly to the end user.
In fact, BR can safely import data if the changefeed has a checkpoint ts greater than the backup archive -- CDC won't try to emit data loaded by BR in any case.