Missing User Warnings
Medium
- Confidence
- 93% confidence
- Finding
- The PostgreSQL restore example uses `pg_restore --clean --if-exists`, which explicitly drops existing objects before restoring, but the surrounding text does not clearly warn that this can destroy live data. In an operations skill, readers may copy commands directly into production environments, so omission of an overwrite/data-loss warning creates a realistic risk of accidental destructive use.
