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 text was updated successfully, but these errors were encountered:
K0nne
changed the title
Test-IcingaForWindowsMigration fails if more than one version is found on the system
Test-IcingaForWindowsMigration fails if more than one framework-version is found on the system
Apr 18, 2023
Thanks for the issue. We will fix this with v1.11.0. We will apply the migration to the latest version and print a warning, if multiple frameworks are found.
[Warning]: Found multiple installations of the module "icinga-powershell-framework". Please check the list below and cleanup your installation to ensure system integrity
=> Path "C:\Program Files\WindowsPowerShell\Modules\icinga-powershell-framework" with version "1.10.0"=> Path "C:\Development\WindowsPowerShell\modules\icinga-powershell-framework" with version "1.11.0"
I found a strange behaviour on a test system of mine.
use-icinga
failed with the following error:Expected Behavior
I think it is just a mistake of mine, but maybe this function should alert, if concurrent versions are found:
Possible Solution
Fail with a expressive error message.
The text was updated successfully, but these errors were encountered: