• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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