Hi!

We cannot fire a sync files task reliably with drupal 8 sites because there is a new "php" folder that is created with PHP caches for things like twig.

This folder is owned by www-data so it breaks when trying to use the "Sync Data" task.

Is there a way that this task skips certain folders? We should add sites/%/files/php to the list of skipped folders, both for hosting _sync and aegir backups.

Comments

Jon Pugh created an issue. See original summary.

helmo’s picture

Priority: Critical » Major

Could it be that #2616426: Add 'fix permissions' task has solved this?