• 1 Post
  • 25 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle



  • If anything goes wrong with the deploy script, such as failing tests, no harm will be done because the script exits upon the first error encountered.

    How do you clean up? Once the deploy script is fixed, how do you know what’s been done and what needs redoing?

    Have you considered ansible/puppet/chef/salt — environments dedicated to deployment and cleanup, with idempotency to allow for fixing and repeating the deployment, across multiple operating systems and versions?















  • I worked in several big companies, and the answer is “often”.

    The database at the backend of the web page that allows customers to order widgets online is written and maintained by DBAs, with functional specifications and agile and program managers and Gantt charts and all that stuff.

    The database used by the system administrators to keep track of servers and parts; or by managers to keep track of hours worked; or by the network engineers to keep track of wifi repeaters; those databases are written by someone who did an online course once, or by whoever on the team possessed insufficient reluctance when the idea came up in a meeting.

    And when we see on the evening news that personal records of 7.5 million people have been stolen by hackers, it doesn’t matter which side of the line the programmers are on, the shit is evenly distributed all over IT, whether they were involved or not.