Plesk

Migration fails: Failed to migrate service plan of this subscription.

Symptoms

Cause

This is a Plesk bug PMT-1218 that will be fixed in future product updates (Reseller's, customer's logins, service plan's names and some another business objects are treated case-sensitive).

Resolution

  1. Login to the destination server via SSH/RDP.

    Note: The commands below are identical for Linux and Windows.

  2. Create backup of psa database:

    # plesk db dump psa > psa.sql

  3. Rename service plan on the destination server so that it is spelled exactly as on the source server:

    # plesk db "update Templates set name='my Plan' where name='my plan'"

Exit mobile version