BunnyCDN Has Been Silently Losing Production Files for 15 Months

Available in: 中文
2026-04-09T23:42:47.057Z·2 min read
Developers mentioned several alternatives: - AWS S3 + CloudFront: Industry standard with strong durability guarantees - Cloudflare R2: S3-compatible storage with zero egress fees - Backblaze B2: Co...

BunnyCDN Has Been Silently Losing Production Files for 15 Months Without Notifying Customers

A developer has revealed that BunnyCDN, a popular content delivery network, has been silently losing production files stored on their storage service for over 15 months without notifying affected customers. The Reddit post on r/webdev has gained significant attention with the story now appearing on Hacker News at 44 points.

What Happened

According to the report:

Why This Is Alarming

  1. Trust violation: A CDN primary job is data reliability. Silent data loss is the worst possible failure mode
  2. No monitoring: Customers had no way to know their files were disappearing
  3. Production impact: Real websites serving real users with broken assets
  4. Duration: 15 months suggests systemic issues, not isolated incidents
  5. Response: The slow and inadequate response from BunnyCDN compounded the problem

The CDN Reliability Problem

This incident highlights broader concerns about CDN reliability:

Community Reaction

The discussion revealed several key themes:

Lessons for Developers

  1. Never trust a single provider: Always have backups on at least one other service
  2. Monitor storage integrity: Regularly verify file counts and checksums
  3. Consider the cost of data loss: Cheap CDN is expensive if you lose production data
  4. Read the fine print: Understand what durability guarantees your provider actually offers

Alternatives

Developers mentioned several alternatives:

Source: Reddit r/webdev / HN — 44 points

↗ Original source · 2026-04-09T10:00:00.000Z
← Previous: How Funerals Keep Africa Poor: The Crushing Financial Burden of Death RitualsNext: Instant 1.0: A Backend Database Designed for AI-Coded Applications →
Comments0