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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We use ApexSQL Diff to generate the diffs and sqlcmd to deploy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.