Database Usage Notification

Your Phoenix database usage has exceeded the notification threshold.

Current Usage: {{ current_usage_gibibytes|round(1) }} GiB

Allocated Storage: {{ allocated_storage_gibibytes|round(1) }} GiB

Usage Percentage: {{ ((current_usage_gibibytes / allocated_storage_gibibytes) * 100)|round(1) }}%

Notification Threshold: {{ notification_threshold_percentage }}%

Please consider removing old data or increasing your storage allocation to prevent interruption.