Closed
Description
Since version 1.30.0 I have had permission errors on files that are in the persistent volume, because the files were created when the 'unit' user had ID 101, now with the new image, the ID is 999, therefore the persisted files left with a permissions error.
I fixed it by running a chown on the affected files, but I'll leave it documented here for those who encounter this error.
It would be nice not to alter that ID later.