Archive for the tag 'upgrade'

SBDavid

How to Upgrade the trial License Key

How to Upgrade the trial License Key

To upgrade the trial license key through the Panel interface:

Log in to Panel as administrator.
On Home page, click Tools & Utilities > License Management > Order New Key.

The online store will open in a separate browser window. In this window, select the items and features you want to include into your license and click Submit. In the next steps, indicate the currency, number of license keys, provide contact details, billing address, and payment method, and submit the form. The new key will be sent to the specified e-mail address.

Save the new key to the hard drive on your local machine.
Open again the License Management screen in Parallels Plesk Panel (Home > Tools & Utilities > License Management) and click Upload Key.

Reference: http://parallels.com/

How to upgrade Plesk 8.x or 9.x to the Panel 10.0 installed with EZ templates in Parallels Containers environment.

1. Install the latest versions of the Panel templates on the hardware node with the following command:

rmp -Uvh [list of vztemplates]

2. Do not remove templates for previous versions of Plesk and install the latest versions of the Panel templates in the container with the following command:

vzpkg install [CTID] [list of selected plesk10.0* templates]

For example:

vzpkg install 444 pp10 pp10-kav

Note: Mail server templates pp10-qmail and pp10-postfix must not be installed at the same time.

Reference: http://parallels.com/

Tool for checking issues before upgrade or migration to Parallels Plesk 10.x version

Due to the changes in business model in Parallels Plesk Panel 10.x release, not all previous accounts settings will be portable from the previous Parallels Plesk Panel releases.

Attached is a script that allows checking environment before upgrade or migration. Now it is checking business logic issues and it works for both platform: Linux and Windows. This tool could be launched prior to upgrade for the purpose of getting a report on potential problems with the upgrade. Based on the report a hoster can decide whether upgrade to Parallels Plesk Panel 10.x is suitable.

How to use..

# php plesk10_preupgrade_checker.php [plesk-admin-password] -d safe_mode=Off

What Happens When You Upgrade or Migrate to Panel 10

When you upgrade or migrate to Panel 10, accounts, domains, users, and domain templates are transformed according to the following schemes:

* Reseller accounts are transferred without changes, and resources are allocated to them by means of custom subscription, which are not bound to plans.

* Client accounts become customer accounts, and after upgrade or migration is finished, you need to perform either of the following operations to make sure that the accounts fit in the new business model:
o Redistribute former clients’ resources among the subscriptions belonging to them.
o Convert customers to resellers and assign the existing subscriptions to them. This can be done if the customer accounts did not belong to a reseller before upgrade or migration.

* Domains are converted to individual subscriptions. The subscriptions are assigned to the administrator, resellers, or customers, depending on whom the former domains belonged to.
* Domain administrator accounts are converted to user accounts, which are assigned to the customers who own the corresponding domains.
* Domain templates belonging to the server administrator and resellers are converted to hosting plans.
* Reseller templates are converted to reseller plans.

How to upgrade Mysql on Plesk with CentOS Linux

The procedure for upgrade of Mysql is quite simple.

wget -q -O – http://www.atomicorp.com/installers/atomic.sh | sh

How to upgrade:

yum –enablerepo=atomic-testing upgrade mysql

–enablerepo=repoidglob
Enables specific repositories by id or glob that have been disabled in the configuration file using the enabled=0 option.

To upgrade php run ‘yum upgrade php

With the above methods mysql will be upgraded to latest release.

Next »