• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

How do I rollback/downgrade from 8.3 to 8.2.1?

M

Monarch1

Guest
Is there a procedure to downgrade from version 8.3 back to version 8.2.1?
 
there are no such procedure and manual downgrade is not easy.. if you have full plesk backup, it is better to install fresh 8.2.1 and restore the backup
 
Oh well, I'm doomed. Thanks anyway.

Can you tell me how to "completely" uninstall 8.3 and do a fresh install of 8.2.1?
 
Assuming you have RHEL4 (you should change distro and arch to your own needs)

Code:
yum remove psa

nano -w /etc/yum.conf

[code]
#replace any 8.3 entries with 8.2.1
[PSA-product-distr-rpms]
name=Plesk Product Distribution RPMS
gpgcheck = 0
baseurl=http://autoinstall.plesk.com/PSA_8.2.1/dist-rpm-RedHat-el4-i386

[PSA-thirdparty-rpms]
name=Plesk Third Party RPMs
gpgcheck = 0
baseurl=http://autoinstall.plesk.com/PSA_8.2.1/thirdparty-rpm-RedHat-el4-i386

[PSA-product-updates-rpms]
name=Plesk Product Updates
gpgcheck = 0
baseurl=http://autoinstall.plesk.com/PSA_8.2.1/update-rpm-RedHat-el4-i386

yum clean all
yum install psa

[/code]

That should do it
 
Back
Top