-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
MongoDB Support via liquibase #45384
Comments
/cc @andrejpetras (liquibase), @geoand (liquibase), @gsmet (liquibase), @loicmathieu (mongodb) |
Quarkus 3.18 will be tested against Mongo 7 but FWIW, there were no changes involved in the extension code itself, so older versions of the extension should work against newer MongoDB versions. |
Hi, |
Not sure to understand you, since quarkus documentation about liquibase tells:
So AFAIK, Quarkus relies on the liquibase support of MongoDB (obviously with the use of the |
Hi,
According this documentation, the preferred way to do MongoDB migrations (manipulate indexes most of the cases) is to use the opensource liquibase extension.
The extension documentation tells that only MongoDB 5.x and 6.x are officially supported. In the quarkus documentation, I did not read anything about this limitation.
Alternatively, is there any way to create index on the fly with a
@Indexed
annotation on a field for instance?I saw this issue was closed after the release of the liquibase support by quarkus, but now we have MongoDB 8.x with no support with liquibase extension.
Can you give me a feedback about that?
Thanks a lot 🙂
The text was updated successfully, but these errors were encountered: