Accidentally destroyed production database on first day of a job
11–20 of 31 posts
Re: Accidentally destroyed production database on first day of a job
#12Previous post on HN: https://news.ycombinator.com/item?id=14476421
Re: Accidentally destroyed production database on first day of a job
#13The experience of reading this on reddit today versus what it was like when this was originally posted is astonishing. The comment are what make this post valuable and the view to them is abysmal.
https://old.reddit.com/r/cscareerquestions/comments/6ez8ag/a...
(And there are browser extensions that will turn all reddit links into old.reddit.com links).
Re: Accidentally destroyed production database on first day of a job
#14- Dev installation guides with credentials to prod.
- Tests that delete everything, not just what they create.
- The obvious of giving access to delete production on the first day.
- Where they lacking backups?
Re: Accidentally destroyed production database on first day of a job
#15Lots of red flags there: - Dev installation guides with credentials to prod. - Tests that delete everything, not just what they create. - The obvious of giving access to delete production on the first day. - Where they lacking backups?
Re: Accidentally destroyed production database on first day of a job
#16Re: Accidentally destroyed production database on first day of a job
#17For us, one of our junior Devs managed to wipe out all environments, all datacenters for one of our Elastic instances. They got handed a task to modify an index. The Dev Lead and Sr. Devs were 'too busy' and she stack overflowed how to do it and it was rubber stamped. What she did worked - but it wipes out all the existing documents when she dropped and recreated the indexes. Issue was it was a large enough collectio…
Your dev lead/senior engineer should have never been "too busy" for letting someone do that on a first day unsupervised
Re: Accidentally destroyed production database on first day of a job
#18Luckily we were pulling full snapshots of the relevant tables into CSV exports (for ingestion into Redshift for reporting), so it was just a matter of grabbing the most recent of those, reinserting the data, and having some of the warehouse workers do some cycle counts to spot check. Still was a nerve-wracking and awkward conversation with my boss, though, lol
Re: Accidentally destroyed production database on first day of a job
#19Re: Accidentally destroyed production database on first day of a job
#20Any chance this story was made up?