Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Liquibase standalone deployment issue using bamboo pipeline

Madhavan Ramachandran October 31, 2018

Hi Team,

I am facing an issue with bamboo pipeline while deploying the liquibase to aurora sql.

My liquibase script is create schema, tables, procedures and user for the application. I have set parameter for the user credentials to create. It will pull the secrets from cloud forge. 

The issue that i am facing is. 

When i commit the changes in bit bucket, the build process, started deploying the changelog to the database and the user have been created with the parameter variable. I stopped the auto deployment process by setting the parameter liquibase.enabled = false to avoid deployment while build. Now the build process is not deploying any changelog to the database. But, when i start the deployment from bamboo pipeline, it is not deploying any changelog to mysql server. 

Here is my dependencies.

 

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
</dependency>

<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>

Please let me know how to setup the liquibase in bamboo for deploying user creation with password as parameter.

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events