Hacker News new | ask | show | jobs
by the_hoser 1702 days ago
I have a funny story about this plugin.

The team I was working on was developing a new product with the word 'cloud' in the name. We were deploying database changes to facilitate the new product. This was a long time ago, and the organization still deployed things by hand, so there was no tooling for us to automate the deployment. Part of the deployment process involved pasting some SQL to create the tables and populate the initial data into a JIRA ticket for an administrator to run in production.

Said administrator was a fan of the cloud-to-butt plugin, and dutifully copied and pasted the SQL that they saw, like we instructed. When our code failed, an inspection of the production database revealed the culprit. Fortunately, 'cloud' and 'butt' are close to each other, alphabetically, so we didn't need to search very long.

We never let that admin live that down.