Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				* After 2 minutes he calls again *
 Hey forgot to mention there is no backup. Enjoy!
- 
				
				 iAmNaN67509yFortunately, where I work, only the Prod Suuport DBA can apply DDL changes to Prod, after they have gone through Dev (Me) and QA. Something tells me though, that a place that doesn't do backups, probably does everything in Prod. iAmNaN67509yFortunately, where I work, only the Prod Suuport DBA can apply DDL changes to Prod, after they have gone through Dev (Me) and QA. Something tells me though, that a place that doesn't do backups, probably does everything in Prod.
- 
				
				@iAmNaN Ya. Our routines are way better now. Everyone can make a mistake, and we should have been able to return to proper backups. Though this was pretty early on the company. No routines, new machines 😅 Today that colleague is allowed to work with the databases freely. Servers though... nah, I'll manage those myself 😅
- 
				
				Who accidentally drops a bunch of production databases. You should never ever use the drop command anywhere near a production database.
- 
				
				 iRobot13659yWhy the hell this happens with many ppl ! Why do even have write access on prod DB ? It's shud be only with DBA ! You guys shud make a protocol to handle this stuff :) #jus_saying iRobot13659yWhy the hell this happens with many ppl ! Why do even have write access on prod DB ? It's shud be only with DBA ! You guys shud make a protocol to handle this stuff :) #jus_saying




Old story.
Colleague: "I'm gonna update some tables and stored procedures later"
*phone rings two hours later*
Colleague: "Hi! Just wanted to tell you I accidently dropped all our production databases. Have fun recovering them 😊"
Well shit.
undefined