• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Is there any tool/ way out to migrate virtuozzo plesk vps to openvz plesk vps

Install Plesk on OpenVZ VPS and migrate old Plesk from Virtuozzo VPS with Plesk Migration Manager.
 
Hi, I have done something similar. I've migrated my plesk instance using rsync to a dedicated openvz node (since my plesk installation requires the whole node). Its up and running and I used to be able to have PBAS create new domains, but that all of a sudden is broken. When an order for a plesk domain subscription goes through it fails trying to assign a dedicated IP to the plesk domain. Its trying to go to the hardware node and add an IP to a container. All the IP's are already there, but PBAS errors out and makes it a failed task leaving the order/subscription in the pending state. Going to the conflict resolver doesn't help as it reports the same problem. How do you tell PBAS that the node is like a "physical" node, no virtualization? Is there a column for this somewhere? I can hand edit with SQL as needed. I have the required IP's (the whole pool) active on the plesk node already.

UPDATE: - solved.

aspc database:

update hw set plesk_in_vps = 0 where hw_id = ?
 
Last edited:
Back
Top