Hey there
We have the annoying problem that after the migration from Plesk 10.1.1 to 10.4.4 some domains (79) changed their hosting type from vrt_hst to none.
The logfile conflict-detect.log says:
Error: Dump is not valid due to internal unique resources conflict (Class [SystemUser] value [])
Those domains now have for example no entry in the sys_users table.
We've done the migration as following:
1. Create a config backup of the source server
/opt/psa/bin/pleskbackup server -c -z
2. Convert the config backup on the destination server
/opt/psa/bin/pre10-backup-convert --convert -source ..... -destination .......
3. Restore the config backup on the destination server
/opt/psa/bin/pleskrestore --restore
4. Copy all the content to the new server
rsync -aut /var/www/vhosts/* root@xxx.xxx.xxx.xxx:/var/www/vhosts
rsync -aut /var/qmail/mailnames/* root@xxx.xxx.xxx.xxx:/var/qmail/mailnames
mysqldump -uadmin -p`cat /etc/psa/.psa.shadow` --all-databases > db_backup.sql
mysql -uadmin -p`cat /etc/psa/.psa.shadow` < db_backup.sql
Systems
Old System
Debian 4.1.1
Plesk 10.1.1
Apache 2.2.3
MySQL 5.0.32
New System
Debian 6.0.5
Plesk 10.4.4
Apache 2.2.16
MySQL 5.1.61
Any help or suggestion is appreciated!
We have the annoying problem that after the migration from Plesk 10.1.1 to 10.4.4 some domains (79) changed their hosting type from vrt_hst to none.
The logfile conflict-detect.log says:
Error: Dump is not valid due to internal unique resources conflict (Class [SystemUser] value [])
Those domains now have for example no entry in the sys_users table.
We've done the migration as following:
1. Create a config backup of the source server
/opt/psa/bin/pleskbackup server -c -z
2. Convert the config backup on the destination server
/opt/psa/bin/pre10-backup-convert --convert -source ..... -destination .......
3. Restore the config backup on the destination server
/opt/psa/bin/pleskrestore --restore
4. Copy all the content to the new server
rsync -aut /var/www/vhosts/* root@xxx.xxx.xxx.xxx:/var/www/vhosts
rsync -aut /var/qmail/mailnames/* root@xxx.xxx.xxx.xxx:/var/qmail/mailnames
mysqldump -uadmin -p`cat /etc/psa/.psa.shadow` --all-databases > db_backup.sql
mysql -uadmin -p`cat /etc/psa/.psa.shadow` < db_backup.sql
Systems
Old System
Debian 4.1.1
Plesk 10.1.1
Apache 2.2.3
MySQL 5.0.32
New System
Debian 6.0.5
Plesk 10.4.4
Apache 2.2.16
MySQL 5.1.61
Any help or suggestion is appreciated!