Tag

ext3grep

1 views collected around this technical thread.

Efficient Ops
Efficient Ops
Dec 1, 2024 · Operations

How I Rescued a Production MySQL Database After a Fatal rm -rf Accident

After a junior engineer mistakenly ran an unguarded rm -rf command that wiped an entire production server—including MySQL and Tomcat—I documented the step‑by‑step recovery using ext3grep, extundelete, and MySQL binlog, highlighting the lessons learned for future operations.

Data recoveryMySQLbackup
0 likes · 9 min read
How I Rescued a Production MySQL Database After a Fatal rm -rf Accident
Java Architect Essentials
Java Architect Essentials
Jun 30, 2021 · Operations

Recovering Accidentally Deleted Production Server Data Using ext3grep, extundelete, and MySQL Binlog

After a junior staff member mistakenly ran an unchecked rm‑rf command that erased an entire production server, the author details a step‑by‑step recovery using ext3grep, custom shell scripts, extundelete, and MySQL binlog replay, and concludes with lessons on backup, monitoring, and change management.

Data recoveryMySQLbackup
0 likes · 8 min read
Recovering Accidentally Deleted Production Server Data Using ext3grep, extundelete, and MySQL Binlog
Efficient Ops
Efficient Ops
Jul 30, 2019 · Operations

How I Recovered a Production Server After Accidentally Deleting All Files with rm -rf

This article recounts a production‑server disaster caused by an unchecked rm -rf command, details the step‑by‑step data‑recovery attempts using ext3grep, extundelete and MySQL binlogs, and shares hard‑earned lessons to prevent similar incidents.

Data recoveryMySQLSystem Administration
0 likes · 9 min read
How I Recovered a Production Server After Accidentally Deleting All Files with rm -rf