• 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

After Updateing no Releases in List

S

slemke

Guest
Hi !

I have just updated my Plesk 7.5.3. After the Update my list in the "Updater" is empty.
Only
No Verfügbare Releases
displays under Releases.

What happened ?
And how to fix ?

Regards,
Sebastian
 
Maybe the updater is disabled.

Try to execute the following command in shell:

mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e"UPDATE misc set val='false' where param='disable_updater'"
 
Back
Top