• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Unable to upgrade to 11.0.9 MU#3

G

GalenH

Guest
When running the auto-installer I am given no option to update to the MU#3 version of the Plesk Panel. It simply says:


The following product versions are available:

1. [*] Parallels Plesk Panel
2. (*) Parallels Plesk Panel 11.0.9 (currently installed)

3. [*] Sitebuilder 4.5 and earlier versions (for Plesk 9 and earlier)
4. (*) Sitebuilder 4.5.0 (stable)

5. [*] SSO
6. (*) SSO 2.0 (stable)

N) Go to the next page; P) Go to the previous page; Q) Cancel installing
To select a version, type the respective number;
Select an action [N]: q

When using cat /root/.autoinstaller/microupdates.xml I got told that I am on MU#2:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<patches>
<product id="plesk" version="11.0.9" installed-at="20120622T024703">
<patch version="2" timestamp="" installed-at="20120629T040428" />
</product>
</patches>

Now this is quite frustrating, as this update is supposed to fix the error, where I can't login to the panel. Following error:

Internal error: [unixODBC][MySQL][ODBC 3.51 Driver]Access denied for user 'apsc'@'localhost' (using password: YES)
 
I suppose you should need neither Sitebuilder 4.5, nor SSO 2.0 with Plesk 11.

That said, you can always install MUs non-interactively via:
/usr/local/psa/admin/sbin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component base

Also throw in --upgrade-installed-components if there are package updates and MUs are not installing.

From the console GUI available MUs are usually shown as 'base' component (in '(*) Parallels Plesk Panel 11.0.9 (currently installed)' release) having updates:
[*] Base packages of Plesk

So, to install MUs via GUI you should basically continuously press Enter and occasionally type 'Y' or 'Yes' :)
 
Back
Top