• HelloRoot@lemy.lol
      link
      fedilink
      English
      arrow-up
      10
      ·
      edit-2
      4 days ago

      There was recently a blog post (about acc deletion and gdpr) shared here where the company did exactly that and the blogwriter could even still log in.

      Will insert link later when I have time to dig it out.

    • devfuuu@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      edit-2
      4 days ago

      So many places just do something like that, since the data itself rarely can be deleted easily.

      • onslaught545@lemmy.zip
        link
        fedilink
        English
        arrow-up
        7
        arrow-down
        1
        ·
        4 days ago

        Any halfway competent DBA could delete it from live databases easily. Your account is going to have a unique identifier.

        It’s usually done for compliance purposes regarding data retention.

        • a4ng3l@lemmy.world
          link
          fedilink
          English
          arrow-up
          6
          arrow-down
          1
          ·
          4 days ago

          Yeaaahhhh any competent DBA would be crucified for doing physical deletion nonchalantly in an actual corporate environment… Due to integrity issues within one database or across several ones in complex chains. Honestly a lots of the times logical deletion is preferred anyway. And then that deletion request would be propagated via events and then, maybe, possibly physically deleted. What’s the point in those over simplifications ? Makes dba looks lazy imho which isn’t a nice thing to do.