this post was submitted on 03 Dec 2023
210 points (94.1% liked)
Programmer Humor
32415 readers
836 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If dropping a database scares you, you are either unaware of the disaster recovery process, or there isn't one. Edumacate yourself, or the org, as appropriate, so as to increase your confidence when dropping databases.
On a related note, a lot of companies establish recovery processes without actually testing them. Then the first time a recovery is needed they find out that it doesn't work as expected.
I wasn't prepared to be personally attacked like this.
And also not updating them when things change. The recovery process for a database changes considerably once it's involved in replication, which one client found out the hard way.
indeed