One of the important step during release is doing database update and rollback in case something goes wrong, usually people perform this operation manually. In this blog I’ll talk about how we can automate this process by following some convention. Here I’m taking mysql database as an example we can have same conventions for other …
Tag Archives: Shellscripting
Release Strategy for Java Web based projects
In this post I’ll be discussing about the 2 strategies that we can follow for releasing a Java based web project. A project can be primarily released in two ways Incremental Release Full Release Incremental Release is done in big projects which has multiple modules & usually few modules gets updated between two releases. It …
Continue reading “Release Strategy for Java Web based projects”