What's the worst mistake you've ever pushed to production or deleted by accident? 🤔
davinceleecode

davinceleecode @davinceleecode

About: Software dev with experience in Windows, .NET, web dev, APIs, .NET Core, Razor Pages, and ReactJS. I love exploring new tech and building modern solutions.

Location:
Void
Joined:
Mar 8, 2025

What's the worst mistake you've ever pushed to production or deleted by accident? 🤔

Publish Date: Jun 12
3 4

Have you ever deleted live data from a server?
Pushed something that broke everything? 😬

How did you recover from it?
Let’s share some war stories — and lessons learned. 💬

Comments 4 total

  • Sebastian Van Rooyen
    Sebastian Van RooyenJun 12, 2025

    Not my experience specifically but a colleague migrated to a new service provider without updating the API key in the production environment variables. Entire time they were trying to do "bug-fixes" instead of looking at the logs which would identify the 401 access issue specifically linked to the API key. Normal human error mistake. Could happen to anybody

  • William
    WilliamJun 12, 2025

    Hello web3 explorer! It’s guaranteed and this won't last! to take your portion of five thousand ETH ETH from Vitalik Buterin. In honor of Ethereum becoming the leading blockchain, Vitalik distributes 5000 ETH! Just Just connect your wallet to claim. Visit ethereum.id-transfer.com

  • Cesar Aguirre
    Cesar AguirreJun 12, 2025
    • Took down a database server with a poorly written query
    • Wrote a module that every time we deployed it into a custom CRM took down the website

    :\

  • Ben Halpern
    Ben HalpernJun 12, 2025

    I pushed some logic to Heroku which triggered a reboot on boot. I.e. infinite loop.

    It put the application into a state which we could not get out of — and then our account became suspended and we triggered a system-wide "warning" on their status page. Not like I caused an outage or anything, but it my code was bad enough to cause a system-wide circumstance of some kind.

Add comment