• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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