-
Notifications
You must be signed in to change notification settings - Fork 590
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
Feature request: support Liquibase integration #14173
Comments
maybe db migration is not the ideal way to do automation, any suggestions welcome |
May I ask what kind of automation do you want? 👀 |
CI/CD from my perspective, currently, we have multi envirements: dev, uat,..., prod workflow may like : lcoal repo -> gitlab -> pipeline -> dev (automatic) -> uat(mannual) -> prod( mannual) |
Thanks for sharing the use case. We'll need some time to investigate if Postgres's liquibase integration can aslo work on RisingWave. By the way, we also support Bytebase, although the integration doc is still on the way. AFAIK it's kinda like a Liquidbase alternative. |
Bytebase are too complicated and encapsulated, Liquidbase like tools are more pure |
This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned. |
This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned. |
Is your feature request related to a problem? Please describe.
Yes, when we trying to do some automation using tools like: liquibase, we encountered some issue related to getSQLKeywords from metadata
Describe the solution you'd like
e... as far as I know, maybe we should support this by return the kewords that we reserved
Describe alternatives you've considered
Not yet
Additional context
The automation pipeline we trying to build is just a database migration, so that we can keep multi envs consitent with each other, and even do some sql interpolations
The text was updated successfully, but these errors were encountered: