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

Using bamboo to deploy sql databases

Gordon Durgha August 21, 2013

I am interested in using Bamboo to deploy .NET applications, we have a seperate database team that is currently script their database (a .sql file for each SQL object). I would like to find out if Bamboo is capable of taking these .sql script files and deploying them to a database server.

Thank you

4 answers

2 votes
RianA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 21, 2013
1 vote
Przemek Bruski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 13, 2013

You can also use this: http://mojo.codehaus.org/sql-maven-plugin/ especially if you already use Maven. It's a very simple solution comparing to the other ones discussed here.

If you already handle complex things like versioning in external tools and you just want to run the scripts, it may be what you want.

1 vote
roy_lyons
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 13, 2013

We use flyway to version the database. This can be invoked as part of the maven commands or through using flyway.sh. this should solve your problem.

0 votes
Jason Monsorno
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 22, 2013

We use ApexSQL Diff to generate the diffs and sqlcmd to deploy.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events