Actions
Bug #24577
closedInstalling nightly plugin with same rudder version has compatibility error
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
I was bothered the first time
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Small
Priority:
46
Name check:
To do
Fix check:
To do
Regression:
No
Description
I :
- started a Rudder 8.0 server
- installed the CVE plugin from
rudder package
(OK) - upgraded the server to 8.1, it upgraded the plugin to
8.1.0~beta2-2-2.10
(OK) - tried to install a locally built rpkg file with
rudder-version=8.1.0~beta2
(FAILURE)
with the following error :
root@test8_1_server:/home/vagrant# rudder package install rudder-plugin-cve-8.1.0~beta2-2.10-nightly.rpkg
INFO rudder_package::database: Installing rudder-plugin-cve-8.1.0~beta2-2.10-nightly.rpkg
INFO rudder_package::archive: Installing rpkg 'rudder-plugin-cve-8.1.0~beta2-2.10-nightly.rpkg'...
ERROR rudder_package: Installation of cve-8.1.0~beta2-2.10-nightly.rpkg failed: This plugin was built for a Rudder '8.1.0~beta2', it is incompatible with your current webapp version '8.1.0~beta2'.
ERROR rudder_package: Some plugin installation failed
Actions