Skip to content

Sentry Disk Issue #4331

@SwagataMondal19

Description

@SwagataMondal19

Self-Hosted Version

22.11.0

CPU Architecture

x86_64

Docker Version

20.10.8

Docker Compose Version

1.29.2

Machine Specification

  • My system meets the minimum system requirements of Sentry

Installation Type

Fresh Installments

Steps to Reproduce

Disk usage should remain under control during normal operation.
Old logs/events should rotate or clean automatically without consuming excessive storage.
Cleanup commands should reduce disk usage properly.\

Expected Result

Disk usage grows very quickly and fills the server storage.
Docker container logs and Sentry data consume large space.
Manual cleanup is required frequently to prevent downtime.

Actual Result

  • Fresh Installation

  • Running on AWS EC2

  • Using Docker Compose installation

  • Cleanup command used:

    docker compose run --rm web sentry cleanup --days 7

  • Docker logs were also truncated manually:

    sudo find /var/lib/docker/containers/ -type f -name "*.log" -exec truncate -s 0 {} ;

  • Issue still persists.

Event ID

No response

Metadata

Metadata

Assignees

No one assigned
    No fields configured for issues without a type.

    Projects

    Status

    No status

    Status

    Waiting for: Community

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions