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
Describe the bug
Within the action Do: adopting repositories we've encountered the error 'Problem: package plesk-php70-imagick-3.4.3-centos7.21110919.x86_64 from @System requires libMagickCore-6.Q16.so.6()(64bit), but none of the providers can be installed'
2024-12-12 12:30:37,280 - INFO - stderr: Error:
2024-12-12 12:30:37,281 - INFO - stdout: (try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
2024-12-12 12:30:37,359 - INFO - stderr: Problem: package plesk-php70-imagick-3.4.3-centos7.21110919.x86_64 from @System requires libMagickCore-6.Q16.so.6()(64bit), but none of the providers can be installed
2024-12-12 12:30:37,360 - ERROR - Command ['/usr/bin/dnf', '-y', 'update', '--disablerepo=elevate'] failed with return code 1
2024-12-12 12:30:37,360 - ERROR - Failed: adopting repositories. The reason: Command '['/usr/bin/dnf', '-y', 'update', '--disablerepo=elevate']' returned non-zero exit status 1.
2024-12-12 12:30:38,098 - DEBUG - Error report: [cloudlinux7to8] (dist-upgrader 508dbf9ae8a1d4855b1cdfa1bc9ee89db4d73ef7, upgrader module Plesk::CloudLinux7to8Upgrader 9ae345b84b490dd017396d810c9f769a22041816) process has failed. Error: Failed: adopting repositories. The reason: Command ['/usr/bin/dnf', '-y', 'update', '--disablerepo=elevate']' returned non-zero exit status 1.`
After doing some research we were able to fix this to add an exclude line to the epel.repo config;
Describe the bug
Within the action Do: adopting repositories we've encountered the error 'Problem: package plesk-php70-imagick-3.4.3-centos7.21110919.x86_64 from @System requires libMagickCore-6.Q16.so.6()(64bit), but none of the providers can be installed'
After doing some research we were able to fix this to add an exclude line to the epel.repo config;
exclude=ImageMagick*
cloudlinux7to8_feedback.zip
The text was updated successfully, but these errors were encountered: