• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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