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

    https://survey.webpros.com/

Restore domains 8.6 to 9.0 after convert

Same problem

Hi, i can't good english ;)
i have the same problem. i follow all instruction on this thread and have same errors.

thx for help!
 
hi,

i have the same problem.... after change all instructions in this thread to my files
 
Step-by-step:

1. Unsign backup:
# /usr/local/psa/admin/sbin/backup_sign verify backup.xml >unsigned.xml
2. Format unsigned XML:
# xmllint --format unsigned.xml >formatted.xml
3. Validate XML:
# xmllint --noout --schema /usr/local/psa/PMM/plesk.xsd formatted.xml
formatted.xml:34769: element sapp-installed: Schemas validity error : Element 'sapp-installed': This element is not expected. Expected is one of ( applications, preferences, mime-types, sb-domain ).
formatted.xml:59757: element sapp-installed: Schemas validity error : Element 'sapp-installed': This element is not expected. Expected is one of ( applications, preferences, mime-types, sb-domain ).
formatted.xml fails to validate
4. Fix XML where errors are reported, i.e. at 34679 and 59757 lines:
Wrap all <sapp-installed> tags with SINGLE <applications> tag for SINGLE <subdomain> tag - <domain> tags aren't affected this bug, i.e. they already contain <applications> tag.
5. Validate XML again:
# xmllint --noout --schema /usr/local/psa/PMM/plesk.xsd formatted.xml
formatted.xml validates

Fixed backup is attached as 'fixed_backup.zip'.
 

Attachments

  • fixed_backup.zip
    393.3 KB · Views: 7
My Solution...

1. update 8.6 direct to highest 9.x Version with psa_autoinstall by linux-console
2. backup all Files with backup version 9.x
3. reinstall server with openSUSE 11.1 inkl. Plesk 9.2
4. activate needed applications in application vault and share to all users
5. install needed packages (horde,etc) with update manager
6. restore backup with backup manager
7. update all plesk packages

this works perfect for me!!!! juhu

greetz
andreas
 
Back
Top