Can Liquibase manage aws dynamoDB?
Can Liquibase manage aws dynamoDB?
Dear user,
DynamoDB is not yet on our supported list. Since Liquibase is built on top of standard JDBC, the only ties it has to the underlying database is through the SQL that can vary from DBMS to DBMS. If you attempt to use Liquibase with an unsupported database, it will try to run and will most likely succeed. The only problem you are likely to run into is the current date/time function name. If Liquibase is unable to determine the correct date/time function, you can pass it in via the âcommand lineâ and documentation/Ant).
You may also run into a problem with the SQL generated by the change/refactoring tags on unsupported databases. The best way to deal with this problem is to first try the standard change/refactoring tags. If it generates an error, you can fall back to the sql change to code whatever change you need to make in a way that your database understands.
For more information about it, please consult our Supported Databases page.
Best Regards,
Raul Balestra
I just wanted to update this thread to say that DynamoDB is now a supported database. Please see Using Liquibase with Amazon DynamoDB.
If you are interested in trying this capability, please reach out to support@liquibase.com.
Please note that this extension requires a Liquibase Pro license.
Hi @rcampbell and all,
I am trying to implement liquibase Pro for DynamoDB in AWS EKS. I have saved the liquibase.properties file in my classpath under resources. I get the following warnings:
Potentially ignored key(s) in file in classpath liquibase.properties
Why canât i set these properties? IntelliJ shows that these can be set.
Thanks,
Kavita