Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to upgrade Plesk control panel in Linux server ?  (Read 1923 times)

0 Members and 1 Guest are viewing this topic.

sumesh

  • Guest
How to upgrade Plesk control panel in Linux server ?
« on: November 24, 2013, 10:37:58 pm »
We can easily upgrade the Plesk control panel from the back-end of the server

Before proceeding with this we need to take the back of the "psa" database. Please follow the steps below,


#mysqldump -uadmin -p`cat /etc/psa/.psa.shadow` psa > psa_bak.sql

#mkdir mhtest_mysql_bak

#cp -rp /var/lib/mysql/* mhtest_mysql_bak


[root@vps ~]# cat /usr/local/psa/version
10.4.4 CentOS 5 1013111102.18

Then execute the command :  /usr/local/psa/admin/sbin/autoinstaller

It's P

Select the desired products and their versions
===========================

The following product versions are available:

1.
  • Parallels Plesk Panel

2. ( ) Parallels Plesk Panel 11.0.9
3. ( ) Parallels Plesk Panel 10.4.4
4. ( ) Parallels Plesk Panel 10.3.1
5. (*) Parallels Plesk Panel 10.3.0 (currently installed)

6. [ ] Sitebuilder 4.5 and earlier versions (for Plesk 9 and earlier)


If fails
-----------------


--show-all-releases
--show-releases
--select-product-id
--select-release-id


Use the command below to list the all releases :

./autoinstaller --show-all-releases

---  prod_id  release_id  (description) (branch) ---
plesk PLESK_11_0_9 (Parallels Plesk Panel 11.0.9) (stable)
plesk PLESK_10_4_4 (Parallels Plesk Panel 10.4.4) (stable)
plesk PLESK_10_3_1 (Parallels Plesk Panel 10.3.1) (stable)

Then execute the command below to upgrade to your required version:

./autoinstaller --select-product-id plesk --select-release-id PLESK_10_4_4  --tier stable

This will complete the up-gradation of Plesk.

Please try it and enjoy  :) :)