• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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