• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

cannot update plesk with autoupdater

W

weskona

Guest
hi

ich cannot update my plesk with the autoupdater

Update of system was failed for some reason. ***** begin of log file ***** ===> Autoinstaller: start logging at Sun Jan 2 17:55:07 2005

error: Failed dependencies: psa-locale-base = 7.5.0 is needed by (installed) psa-pre-7.5.0-suse9.1.build75041125.15 ----- end of output ----- ===> Autoinstaller: stopped logging at Sun Jan 2 17:55:37 2005 ***** end of log file *****

how can i update my sys? please help me
 
I had the same problem.
You have to install the packages manually:
go to /root/psa/PSA_7.5.1/SUSE9.1_std.updates/
(with another OS the directory is a little bit diffrent)

there should be several rpms (psa-7.5.1-suse9.1.build75041216.14.i586.rpm is the main package)
rpm --nodeps -Uvh *
and
rpm -Uvh ../opt/bu/*.rpm
 
Hi,

simply do the following:

Code:
rpm -e psa-pre

Then try autoupdater again. It should work!

Regards,

JHB
 
Back
Top