Hi, if there are some more files in /var/lib/sentry/files it really takes a long time to start up. Maybe better to only change the permissions if necessary instead of just writing hard to the filesystem: ``` # Set permissions if necessary find /var/lib/sentry/files ! -user sentry -exec chown -R sentry {} \; ```