Hello everyone,
Please help me assisting my issue over the GOCD Deployment regarding - install/ rollback of DB service DB updates using LIquibase.
Objective:
- Explicit deployment of any service related DB changes via liquibase - so running a maven command on the particular service pom file to do the DB deployment, before the service is deployed to a particular env.
- Explicit option to rollback DB changes of any service against the specified env.
The Pipeline Requirements are:
- New pipeline to explicitly deploy changes to a particular environment (mvn common). The environment configuration needs to be pushed in as pom properties.
- New pipeline to explicitly rollback changes to a particular environment (mvn command).
is there a way to be able to run all the changes for a particular env all at once?
Thanks,
Rakesh.