Hacker News new | ask | show | jobs
by codedokode 743 days ago
Why do employees have write access to production DB?
1 comments

Lazy attitude towards proper role management and poor engineering practices. More common in small companies or small teams managing their own service (db and app)

Really all you need is logging and potentially temporary read access to the db if you need some info that you can't derive from the logs.