• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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