• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Migration failes at restoring databases

ArkadiC

New Pleskian
I'm getting this error:

Error: domain "******"
Failed deployment of database ****** (domain ******)


Error:
Archiver error: from /opt/psa/PMM/var/20120405140620370//clients/******/domains/******/databases/******_1/backup_******_1_1204051407.tgz to /pleskbackups/plesk1/tmp/migration-unpack-cd4Aeo:
tar: backup_nebula_site_1_1204051407: Cannot change ownership to uid 0, gid 0: Operation not permitted
tar: Exiting with failure status due to previous errors

All the rest works. Any idea?

Thanks!
 
What is filesystem on your /pleskbackups/plesk1 ?
I am going to guess that the filesystem is NTFS or FAT32, which does not support file owners. I would recommend formatting the partition using a Linux filesystem.
 
10.0.0.132:/pleskbackups on /pleskbackups type nfs (rw,addr=10.0.0.132)

It is a mount to an ext3 filesystem
 
Cannot change ownership to uid 0, gid 0: Operation not permitted

This message indicate that filesystem do not allow to change ownership.
 
Back
Top