JasonLuo-Redgate

Results 129 comments of JasonLuo-Redgate

Hi @akhilambati , `Python Migration` is considered to be part of `Script migrations`, which is documented in this page: https://documentation.red-gate.com/fd/migrations-184127470.html.

Hi @akhilambati , sorry for late response. I will bring up this requirement to the team for discussion.

Hi @User7845 , Could you help confirm: - Whether any of your configuration might accidently involve a placeholder replacement "HOSTINGTEAM"? - Or does this issue happen on any other placeholder...

Just to follow up — does this ticket still need attention?

Hi @vifeng , Based on https://documentation.red-gate.com/fd/mysql-184127601.html, could you check whether you included: ``` dependencies { implementation "com.redgate.flyway:flyway-mysql" } ```

Just to follow up — does this ticket still need attention?

Hi @FloriaLI , From the issue description, we know that you're using mysql, which does not support DDL Transactions. In this case, a rollback is not an option for Flyway....

Replaced by https://github.com/flyway/flyway/issues/3897.

Just following up - does this ticket still need attention, or is there something missing even after following the posted guide here https://documentation.red-gate.com/fd/mongodb-225608320.html

Hi @fmarino-412 , Flyway now has a new release `11.1.0` which utilizes native connectors for MongoDB and enabled in OSS edition. For more information please refer to https://documentation.red-gate.com/flyway/flyway-cli-and-api/tutorials/tutorial-using-native-connectors-to-connect-to-mongodb.