• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Update 8.1.0 to 8.1.1

It seems that the auto installer is locked and did not finish the update.

How can I unlock the autoinstaller and restart the update manually from the command shell?
 
I tried to reinstall but still I cannot access the plesk web gui.

I am going to download the plesk .rpm file now manually.

With which command can I run it?
 
I still cannot access the web gui but no one is answering here :(
 
This happens if I try to start the auto installer manually and want to list the needed packages

Preparing system for Plesk installation
===============================================================================

There are 0 packages, that are necessary for Plesk and which
were not found in your system.

There are 0 packages that are installed, but will be upgraded
for product installation.



N) Install Plesk and all required packages; P) Go back;
Q) Cancel installing; L) Show list of packages;
Select action [N]: l
autoinstaller: TextDlgPackages.cpp:114: void TextDlgPackages::showPackages() const: Assertion `Reporter::xml_output == false' failed.
Aborted
 
Ok I am one step further.
I managed to get the plesk httpd running again but it is giving me an error message

ERROR: PleskFatalException
StatInfo->getProductVersion failed: file_get_contents() failed:

0: /usr/local/psa/admin/plib/common_func.php3:151
psaerror(string 'StatInfo->getProductVersion failed: file_get_contents() failed: ')
1: /usr/local/psa/admin/plib/common_func.php3:35
getProductNameVersion()
2: /usr/local/psa/admin/htdocs/login.php3:32

It seems that the Plesk Install Files are broken.

Is there a command to force the Plesk Installation to redownload and install everything again, also the admin files?
 
You need to find Plesk 8.1.1 distributive on your server and force installation with following command:

# rpm -Uhv <Plesk packages> --force

By default Plesk upload packages into /root/psa/PSA_8.1.1/ folder. Please check it up.
 
Back
Top