Last time I showed how I set up a project in TaskJuggler. Now it is time to add in the tasks.
Thinking about what I want to achieve, the project goes something like this:
The Project
Update the operating system on the database server
- Update the development database server during the patching window.
- Run a test to make sure it works. This includes
- People using it during the day.
- An automated test running overnight.
- Assuming it all works, update the test database server during the patching window.
- Run the same tests as above
- Update the UAT database server during the patching window
- Run the tests
- Update production during the patching window.
Patch the databases
This looks very similar to above