• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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