Skip to content

"chown -R sentry /var/lib/sentry/files" from entrypoint.sh takes a long time #239

Closed
@stumbaumr

Description

@stumbaumr

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 {} \;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions