Deploy to MYSQL Server database using Octopus Deploy?

Can we deploy to MYSQL Server database using Octopus Deploy?

Thanks!

Hi,

Octopus doesn’t have built in features for database management - instead, the technique is to use Deploy.ps1 scripts to invoke your database deployment process of choice.

For SQL Server we have a couple of options that we recommend:

For MySQL, you’d need to find a tool for executing scripts against MySQL using the command line, and then have your Deploy.ps1 PowerShell script execute that tool.

Hope that helps,

Paul