kb: bug
Plesk for Linux
kb: technical
Applicable to:
- Plesk for Linux
Symptoms
Plesk Migrator fails to transfer a subscription whose name contains one or more capital letters:
Error while copying web files of subscription: file or directory '/var/www/vhosts/example.com' does not exist on source server '203.0.113.2'
Cause
Product issue with ID PMT-5024
Resolution
In the meantime, the following workarounds are available:
Plesk Panel
- Log in to Plesk on the source server
- Rename the affected subscription to have only lowercase characters
- Migrate the subscription again
Command Line
- Log in to the source server over SSH
-
Create a symlink without uppercase letters that points to the subscription directory
# ln -s /var/www/vhosts/Example.com /var/www/vhosts/example.com
- Migrate the subscription
Comments
Please sign in to leave a comment.