If you are working with another developer to provision or deploy give version numbers

This is part of the Semicolon&Sons Code Diary - consisting of lessons learned on the job. You're in the collaboration category.

Last Updated: 2024-05-07

On project P, I wrote a Slack message about how to deploy our WordPress-based website. I included all the env variables they'd need to set.

However, I failed to mentioned that mysql needed to be a non-standard version (5.7 instead of 8). Of course, they'd provisioned 8 already.

Lesson:

Give version numbers when describing deploy steps to others.