Dio9sys@lemmy.blahaj.zone to Asklemmy@lemmy.ml · 1 year agoLemmy, what are some of your "oh shit" work stories?message-squaremessage-square53fedilinkarrow-up115arrow-down10
arrow-up115arrow-down1message-squareLemmy, what are some of your "oh shit" work stories?Dio9sys@lemmy.blahaj.zone to Asklemmy@lemmy.ml · 1 year agomessage-square53fedilink
minus-squaredan@upvote.aulinkfedilinkarrow-up2·1 year agoThat’s the employer’s fault for making it so easy to connect to prod with read-write permissions. Not your fault.
minus-squarejjjalljs@ttrpg.networklinkfedilinkarrow-up1·1 year ago+1 We have read only access. Also transactions are good ideas. Also my database tool (the one built into pycharm) warns and requires you to hit submit a second time if you try a delete or update without a where. Discovered this on local where I really did want to update every record, but it’s a good setting.
minus-squareBig P@feddit.uklinkfedilinkEnglisharrow-up1·1 year agoAt my last job I was given write permissions to production and I asked for read only credentials instead, I know my own stupidity
That’s the employer’s fault for making it so easy to connect to prod with read-write permissions. Not your fault.
+1
We have read only access.
Also transactions are good ideas.
Also my database tool (the one built into pycharm) warns and requires you to hit submit a second time if you try a delete or update without a where. Discovered this on local where I really did want to update every record, but it’s a good setting.
At my last job I was given write permissions to production and I asked for read only credentials instead, I know my own stupidity