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
fix: migrate legacy app backup data (apphub_data restic-repo) during upgrade
When upgrading from legacy Cockpit architecture, the apphub_data volume
(containing the Restic backup repository at backup/restic-repo/) was not
included in LEGACY_VOLUME_ROLES. This caused all historical app volume
backup snapshots to be lost after migration.
- Add apphub_data to LEGACY_VOLUME_NAMES/ROLES and legacy_role_candidates
- Mount apphub_data volume readonly during legacy transform
- Copy backup/restic-repo from legacy volume into new data root
0 commit comments