• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

plesk on OpenVZ

galaxy

Regular Pleskian
I have a plesk 9.2.1 running on OpenVZ successfully.

I'm trying to upgrade to either 9.5.4 or 10.x.
I'd like to move to Plesk 10.x, however I also have several SiteBuilder 4.5 sites and I understand there's no migration path for those users, so I need to go to the latest 9.x.

I'm using the command line upgrade and it gets to:

Starting installation of packages
Installing the package psa-vpn-2.0.1-cos5.build95101209.05.i586
===> Checking kernel support for TUN/TAP
Plesk VPN cannot be run under your version of Virtuozzo.
Virtuozzo 2.6.1 or later is required.
The installation cannot continue.
error: %pre(psa-vpn-2.0.1-cos5.build95101209.05.i586) scriptlet failed, exit status 1
error: install: %pre scriptlet failed (2), skipping psa-vpn-2.0.1-cos5.build95101209.05
ERROR: An error occurred during installation of packages.
Attention! Your software might be inoperable.
Please, contact product technical support.

I've read several success stories on OpenVZ that people have done this (with earlier versions of Plesk), however I'd like to know if one can upgrade to 9.5.4 or 10.x running on OpenVZ. I have several Virtuozzo nodes, however the Plesk node is so big it needs a dedicated box, and I like the ability to migrate between boxes as necessary for hot backups.

See also: http://wiki.openvz.org/Plesk_in_VE
 
Did you try to remove psa-vpn package and update Plesk without VPN module?
 
Are you saying it no longer works? It used to work, and I had it working with Plesk 9.2.1.
I wouldn't like to to remove functionality that is currently there.

Are you saying I can remove the module, perform the upgrade, then re-install the module?
 
OK, I think I found it.
After you've enabled the TUN and IPTABLES, then you need to trick the VE OS release because of a pre-install script that looks at the kernel version via "uname -r".

Since I'm running OpenVZ 2.6.18-194.26.1.el5.028stab079.2
I had to change this to match the required regex format used in the script.

So I hacked up the name to fit:

echo "2.6.18-194stab079.2" > /proc/sys/kernel/virt_osrelease
and reboot the VE.
 
Back
Top