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
{
"error": {
"code": "UpgradeFailed",
"message": "Upgrade request failed",
"cause": "Error: system does not exist\n at NCUpgradeManager.upgrade_config_dir (/usr/local/noobaa-core/src/upgrade/nc_upgrade_manager.js:102:33)\n at async start_config_dir_upgrade (/usr/local/noobaa-core/src/manage_nsfs/upgrade.js:55:29)\n at async Object.manage_upgrade_operations (/usr/local/noobaa-core/src/manage_nsfs/upgrade.js:23:13)\n at async main (/usr/local/noobaa-core/src/cmd/manage_nsfs.js:74:13)"
}
}
@ramya-c3 did you notice that the error "system does not exist",it is not related to the version?
We couldn't get the system config data.
Could please you retest it with the system config data?
Environment info
Actual behavior
noobaa-cli upgrade start --expected_version 5.13.3 2>/dev/null
{
"error": {
"code": "UpgradeFailed",
"message": "Upgrade request failed",
"cause": "Error: system does not exist\n at NCUpgradeManager.upgrade_config_dir (/usr/local/noobaa-core/src/upgrade/nc_upgrade_manager.js:102:33)\n at async start_config_dir_upgrade (/usr/local/noobaa-core/src/manage_nsfs/upgrade.js:55:29)\n at async Object.manage_upgrade_operations (/usr/local/noobaa-core/src/manage_nsfs/upgrade.js:23:13)\n at async main (/usr/local/noobaa-core/src/cmd/manage_nsfs.js:74:13)"
}
}
Expected behavior
noobaa-cli upgrade start --expected_version 5.13.3 2>/dev/null
{
"error": {
"code": "UpgradeFailed",
"message": "Upgrade request failed",
"cause": "The version provided is lower than the installed version"
}
}
Steps to reproduce
More information - Screenshots / Logs / Other output
The text was updated successfully, but these errors were encountered: