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 Jul 24, 2024. It is now read-only.
Currently BR depends on TiDB to execute DDLs in-place during restore (plus other stuff), and TiDB depends on BR to run the BACKUP / RESTORE statements.
The cyclic dependency makes upgrading them very tedious, especially when the changes involves public APIs. For instance,
Currently BR depends on TiDB to execute DDLs in-place during restore (plus other stuff), and TiDB depends on BR to run the BACKUP / RESTORE statements.
The cyclic dependency makes upgrading them very tedious, especially when the changes involves public APIs. For instance,
backup fullandrestore full#313 we need to keep two useless configurations because TiDB was still relying on them.This issue records the strategy how should we perform such upgrades.