• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Downgrade Plesk 12.5 to 12.0.8

Xavier12

Regular Pleskian
Hey guys,

We're stuck with 12.5 before the final release, and would like to know how we can revert back to 12.0.8.

Please advise, thanks.
 
Hi Xavier12,

as far that I know, Plesk doesn't support downgrades to a previous Plesk Control Panel version.

If you would like to roll back to a previous version, consider to use a full server backup with a fresh Plesk Control Panel installation.
 
What do you mean by "stuck"? Any problems? Anything doesn't work?

Hi Sergey,

Yes. It seems we are having issues with Nginx. Out of the box it worked fine for 12.0.8.. now for some weird reason Wordpress issues are occurring where the backend is extremely slow when using a custom theme.. We didn't have to modify nginx.conf other than adding gzip and changing connections.. here are error logs:

upstream timed out (110: Connection timed out) while reading response header from upstream

13 connect() to unix:///var/www/vhosts/system/domain.com/php-fpm.sock failed (2: No such file or directory) while connecting to upstream

We upgraded from 12.0.8 to 12.5 using the latest cloudlinux/centos 6.7.. Since upgrading we've had nothing but issues. Another question is, when the official 12.5 release is out, will this be a simple upgrade procedure?

Please advise, thanks.
 
Hi Xavier12,

upstream timed out (110: Connection timed out) while reading response header from upstream

13 connect() to unix:///var/www/vhosts/system/domain.com/php-fpm.sock failed (2: No such file or directory) while connecting to upstream

... points to a missing socket: "unix:///var/www/vhosts/system/domain.com/php-fpm.sock failed".
Did you check, if PHP5-FPM created a config - file for the specific domain at "/etc/php5/fpm/pool.d" and that PHP5-FPM has been started with no issues?
And did you as well check with for example "ps aux | grep fpm", that the domain-specific PHP5-FPM instances are running?


now for some weird reason Wordpress issues are occurring where the backend is extremely slow when using a custom theme..
Please keep in mind, that some wordpress sites need rewrite rules. Did you convert the htaccess - files for these wordpress sites and added them to the "Additional NGINX directives" ?

Are you aware, that for example caching plugins need addtional rewrite rules? Please list the used plugins and post as well htaccess - files and consider to post the conf - files from the domain-specific folder "/var/www/vhosts/system/domain.com/conf", so that investigations could be done.
 
Hey guys,

Yeah, at this point just want to get back to 12.0.8. There are way too many issues, or it may be that certain files were meshed when using rsync to update backups. Not entirely sure at this point since all we have been having are issues. Is there any way that I can transfer everything back to a fresh 12.0.8 with Plesk migration manager?
 
@Xavier12 no way for revert back to previous Plesk version.
We are concerned about your problem that was caused by the transition to the new version.
Please read PM from me.
 
Back
Top