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. π¬
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. π¬
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
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.
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
:\
Some comments may only be visible to logged-in visitors. Sign in to view all comments.