Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native Connectors - Script Migrations #3997

Open
alistair-RG opened this issue Dec 12, 2024 · 1 comment
Open

Native Connectors - Script Migrations #3997

alistair-RG opened this issue Dec 12, 2024 · 1 comment

Comments

@alistair-RG
Copy link

Native Connectors is the new database connectivity we're building in Flyway that allows use of non-JDBC tools to execute migrations. At the moment implemented support for MongoDB using the API for JSON migrations or leveraging your existing mongosh installation for Javascript migrations.

You can find out more here: https://documentation.red-gate.com/fd/flyway-native-connectors-mongodb-271583122.html

From Flyway 11.1.0 we've made this the default driver if you use MongoDB - support in the open-source edition wasn't great previously and so this will improve things.

We haven't yet completed all the implementation and this is one of the issues tracking progress and gathering community feedback. These are things we will do but we need to work out when.

This specific issue is around the absence of script migrations - if you use this with Flyway and MongoDB then let us know (give this issue a 👍or add a comment about how you use this)

@Phil-Factor
Copy link

It is an intriguing idea if, on Windows,, we can then use the same driver for scripted callbacks in PowerShell as is used by Flyway. It would take out some of the complication. (PowerShell cannot use JDBC drivers)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants