-
Notifications
You must be signed in to change notification settings - Fork 100
Datastore migrations mismatch with the Trino cluster resource manager db #637
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
Comments
Do you use the resource group functionality in the Trino Gateway? We were considering it for removal, so it would be good to know if it is being actively used |
I think that it makes sense to keep it. That way you would have a single interface to control resource groups for all of the clusters. IMHO it's handy. Can you share the reasoning behind dropping it? |
OK, I found the summary of the contributors meeting. 👁 |
Yes I am using it to allow a single place managing all clusters resource groups |
Related to #656 |
Uh oh!
There was an error while loading. Please reload this page.
Using the latest version 14 of Trino Gateway the flyway migration creates a single migration based on this: V1__create_schema.
Which breaks the Trino cluster resource manager db migrations - casuing the Trino clsuter to fail on start.
Workaround:
runMigrationsEnabled: false
The text was updated successfully, but these errors were encountered: