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
Previously, backups would write the slim manifest if the a default true cluster
setting was true. This patch removes this cluster setting, so backups will
always write the slim manifest.
This work is part of an effort to remove deprecated backup manifest versions.
Since this patch will take effect on 25.4 clusters, backup _reads_ on 26.2
clusters can exclusively use the slim manifest without any failback logic to
the deprecated fat manifest.
Since there still exists logic to read the deprecated manifest exclusively
(e.g. SHOW BACKUPS), we cannot remove the deprecated manifest _write_ path
until all these read paths have fallback logic to the new slim manifest-- work
for an upcoming PR.
Informs #139159
Release note: none
0 commit comments