Applicable to:
- Plesk Onyx for Linux
Symptoms
-
Unable to upgrade Plesk from Onyx to Obsidian version with the error below:
CONFIG_TEXT: Exception: Failed to solve dependencies:
plesk-mail-pc-driver-18.0-2.centos.7+p18.0.18.1+t190909.1738.x86_64 requires postfix >= 2:3.4.5 -
Yum plugins are installed and enabled in
/etc/yum/pluginconf.d/
directory:# ls -l /etc/yum/pluginconf.d/
-rw-r--r-- 1 root root 19 May 12 23:27 priorities.conf# cat /etc/yum/pluginconf.d/priorities.conf
[main]
enabled = 1
Cause
This is a Plesk bug with the ID #PPPM-11026, which will be fixed in future updates.
Resolution
Until the bug will be fixed, apply the workaround below:
-
Log into the server via SSH.
-
Using the vi text editor open the
/etc/yum/pluginconf.d/priorities.conf
file and change the line below from:CONFIG_TEXT: enabled = 1
To
CONFIG_TEXT: enabled = 0
-
Save the changes.
Comments
3 comments
I can vouch this works. Forewarning, make sure you save the file after changing the enable factor. I exited but did not save upon exit 4 times before I realized my mistake.
For anyone reading this, it was not so clear to me, so i checked the "protectbase.conf" File aswell. I didn't had a Priorities File.
In that File, you find the "enable = 1" Option. Try disable that and your are good to go! Maybe Admins could write more clear in that Article here. :-)
Moreover one Question: Should i enable that later on again?
Hello Lenor
I've updated the "Resolution" section so that it was more clear.
> Should i enable that later on again?
Yes, it may be enabled back.
Please sign in to leave a comment.