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
The old Cockpit architecture deployed AppHub via the 'w9appmanage' Compose
project, producing volumes like 'w9appmanage_data' — not 'apphub_data'.
Our volume role resolver now also tries:
- w9appmanage_data
- websoft9_apphub_data
- websoft9_data
Additionally, when the apphub_data role volume is not found at all, the
transform script falls back to searching host-level paths (host-compose,
service-root, download-root) for the backup repository, using the legacy
system.ini repopath to guide the lookup.
0 commit comments