doc/azure.md
gh-ost has been updated to work with Azure Database for MySQL however due to GitHub does not use it, this documentation is community driven so if you find a bug please open an issue!
gh-ost runs should be setup use --assume-rbr and use binlog_row_image=FULL.binlog_row_image from MINIMAL to FULL. See guide on Azure document.gh-ost always with additional 5 parametergh-ost \
--azure \
--assume-master-host=master-server-dns-name \
--master-user="master-user-name" \
--master-password="master-password" \
--assume-rbr \
[-- other parameters you need]