I have a NAS mount which I use for my Plesk backups - this works fine for user and admin scheduled Plesk backups, but whenever the Plesk Auto-installer runs it attempts to CHOWN the MySQL preupgrade backup and fails with a permissions error:
The daily MySQL dumps work fine (i.e. mysql.daily.dump.n.gz), it's just the pre-upgrade backups that fail because of the CHOWN command, which won't work on the mounted NAS share.
Why is the Plesk installer trying to CHOWN this file anyway? All files in the /psa/dumps/ directory are set as root / root, so I don't understand why the Plesk installer is attempting to CHOWN -- could this be a bug?
Thanks.
Code:
chown: changing ownership of `/media/nas/dumps/mysql.preupgrade.12.0.18-12.0.18.20150926-222125.dump.gz': Permission denied
tac: write error
tac: write error
The daily MySQL dumps work fine (i.e. mysql.daily.dump.n.gz), it's just the pre-upgrade backups that fail because of the CHOWN command, which won't work on the mounted NAS share.
Why is the Plesk installer trying to CHOWN this file anyway? All files in the /psa/dumps/ directory are set as root / root, so I don't understand why the Plesk installer is attempting to CHOWN -- could this be a bug?
Thanks.