Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy SQL Server repository to Live

Louie Larin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 2, 2023

Good Day!

Just want to check if it is possible to deploy SQL Server repository to Live. I have found video showing pushing changes from SQL Server to bitbucket (https://www.youtube.com/watch?v=FWAx0pdMLfQ) But not able to find pushing the changes to existing database to apply changes to an existing SQL Server Database. Thanks

 

Regards,
Louie

1 answer

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 6, 2023

Hi Louie and welcome to the community!

If you're looking for an automated solution, Bitbucket Pipelines allow you to run builds in order to deploy your code. Builds can run on Atlassian infrastructure or with a runner on your own machine.

During a Pipelines build you can use several tools to deploy all or some of your repo's source code, e.g.

You can deploy code to a server, as long as this server is accessible from the internet (or at least from the IPs used by Pipelines environments if the build runs on Atlassian infrastructure).

After you deploy your code, you can use the ssh-run pipe in order to run a command or script on that server. For the exact command or script you need to run, you'll need to check SQL Server's documentation.

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events