this post was submitted on 20 Jun 2024
443 points (93.7% liked)

Programmer Humor

18961 readers
1013 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 2 months ago (1 children)

half of the industry hasn't worked out how to test database backups regularly

Wait your suppose to do that? I mean, don’t get me wrong, that makes sense, but so far 0% of the companies I’ve worked for do that.

[–] [email protected] 4 points 2 months ago* (last edited 2 months ago)

Yeeeaaah you're supposed to regularly test that you can actually restore your backups, because boy do a lot of companies find out they can't only after shit goes sideways and to their horror they then realize that they can't restore some system's backups because reasons.

Not sure I've worked in a company that did that, and frankly even when I was CTO in a startup we didn't have automated backup tests – mostly because it was still early days and I just manually tested restoring our in-house service when a change was made that would warrant it. N + 1 other things to do besides automating backup tests so I deemed that Good Enough™.