Actions
Bug #18645
closedUpgrading 6.2 nightly to 6.2 nightly with plugins fails
Status:
Released
Priority:
3
Assignee:
Category:
Plugins integration
Target version:
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Infrequent - complex configurations | third party integrations
Effort required:
Priority:
22
Name check:
To do
Fix check:
Checked
Regression:
Description
I have branding and user management, and got the following error
INFO: Launching script to check if a migration is needed ... Traceback (most recent call last): File "/opt/rudder/share/commands/package", line 123, in <module> rudderPkg.upgrade_all("release", args['--quiet']) File "/opt/rudder/share/python/rudder-pkg/rudderPkg.py", line 356, in upgrade_all latestVersion = pkgs.getLatestCompatibleRelease().version AttributeError: 'NoneType' object has no attribute 'version' Done ******************************************************************************** Due to incompatibility reasons for this specific version all plugins have been disabled. Make sure to update your repo index and install the latest version of your plugins before re-enabling them. You can use the following commands to upgrade your plugins: rudder package update rudder package upgrade-all
I suspect it's because they are not available onthe repo, but i'm unsure of this hypothesis
Actions