• Shadow@lemmy.ca
    link
    fedilink
    arrow-up
    22
    ·
    edit-2
    9 days ago
    1. Alt tabbed once too many times, clicked drop database and yes. Deleted the live authentication DB for America’s Army: Operation video game.

    2. Missed the word “add” in “switchport vlan add” on a switch, overwriting the list instead of appending to it. Took out the only connection between two datacenters we were in the process of migrating between. Took me 14 minutes to run to the datacenter, plug in a console cable and fix it.

    • wizardbeard@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      9
      ·
      8 days ago

      Similar to your #2, but less serious, I once wrote a script to power down virtual machines for a data center move. It was a nice piece of work too, grouping them in batches, sending shutdown commands to the guest OS, falling back to forcing a power off through the hypervisor after a configurable timeout…

      I don’t recall the specifics of the problem or the virtual infrastructure I was working with, but in short I didn’t have sanity checks on what was being shut down. Ended up force shutting off the hypervisor/virtual infrastructure management system.

      Added an extra few hours the move with that.