DudemanJenkins@lemmy.world to Programmer Humor@programming.dev · 2 months agoHow much firmware is initializing???lemmy.worldexternal-linkmessage-square75fedilinkarrow-up1925arrow-down19
arrow-up1916arrow-down1external-linkHow much firmware is initializing???lemmy.worldDudemanJenkins@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square75fedilink
minus-squaremikyopii@programming.devlinkfedilinkarrow-up43·2 months agoWhen you make a potentially system breaking change and forgot to make a snapshot of the VM beforehand…
minus-squareMystikIncarnate@lemmy.calinkfedilinkEnglisharrow-up16·2 months agoThere’s always backups… Right? … Right?
minus-squareWhyJiffie@sh.itjust.workslinkfedilinkEnglisharrow-up17·2 months agooh there is. from 3 years ago, and some
minus-squaremsage@programming.devlinkfedilinkarrow-up4·2 months agoAnd no one ever tried to restore it. Happened to me as well, after a year I learned incremental DB backups were wrongly offset by GMT diff, so we were losing hours every time. Fun. Luckily we never needed them. And now we have Postgres with WAL archiving and I sleep so much better.
When you make a potentially system breaking change and forgot to make a snapshot of the VM beforehand…
There’s always backups… Right?
… Right?
oh there is. from 3 years ago, and some
And no one ever tried to restore it.
Happened to me as well, after a year I learned incremental DB backups were wrongly offset by GMT diff, so we were losing hours every time. Fun.
Luckily we never needed them.
And now we have Postgres with WAL archiving and I sleep so much better.