Hi
I’ve installed pydio 8.0.2 within a linux container (LXC). User login is via LDAP and all users uses the same workspace which is located with NFS.
In the workspace settings I add a purge after 5 days. Then I added a scheduler to purge the files and installed a cronjob:
In the syslogs I see that the cronjob is running:
Apr 4 11:50:01 C-108-cloud CRON[69097]: (www-data) CMD (php /usr/share/pydio/cmd.php -r=ajxp_conf -u=pydio_maintenance -p=*************** -a=scheduler_runAll >> /var/lib/pydio/data/cache/cmd_outputs/cron_commands.log)
In /var/lib/pydio/data/cache/cmd_outputs/cron_commands.log there is:
*****************************
Current User is 'pydio_maintenance'
*****************************
Applying action 'scheduler_runAll' on workspace Settings (ajxp_conf)
<?xml version="1.0" encoding="UTF-8"?><tree ><message type="SUCCESS">Nothing to do</message><reload_instruction object="data" node="" file=""/></tree>
But nothing is deleted. Whats wrong?