We recently moved our Kanboard server to an external drive, and since the move, all of the time based Automatic Actions have stopped working.
I edited the crontab to point to the new directory, but the actions still don’t execute.
We are running the server on a Raspberry Pi running Raspbian Lite. I’ve tried changing all of the permissions on the mounted drive’s directory (recursively), but in testing the command via the command line as www-data, it still says permission denied. I assume I missed a step somewhere in setting permissions for the directory?
I’ve tried using chown and chmod, but it still lists the owner as root root, and any user besides root trying to run the /cli cronjob command gets a Permission Denied error.