You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forgive the possibly newbish question, but I am trying to setup liquibase with cosmos db for the first time. I am not generally a java developer but I have been searching for a good migration tool for cosmos and this seems like just the ticket.
I am following the documentation here as well as what I can see in this repo to setup a new project (on Windows) with a liquibase project. I have set the liquibase.properties file with the following parameters:
I was forced to decompile the jar file to work out the driver path. Currently I am installing jars with the get_dependencies.bat file, but would like to move to maven in due course.
Can you provide a complete sample liquibase.properties file or point to some other sample for a basic boot-strap or otherwise provide some advice?
Currently I am getting the following error whenever I try to generate a changelog:
Thanks in advance for the assistance.
Jake
The text was updated successfully, but these errors were encountered:
Forgive the possibly newbish question, but I am trying to setup liquibase with cosmos db for the first time. I am not generally a java developer but I have been searching for a good migration tool for cosmos and this seems like just the ticket.
I am following the documentation here as well as what I can see in this repo to setup a new project (on Windows) with a liquibase project. I have set the
liquibase.properties
file with the following parameters:I was forced to decompile the jar file to work out the driver path. Currently I am installing jars with the
get_dependencies.bat
file, but would like to move to maven in due course.Can you provide a complete sample
liquibase.properties
file or point to some other sample for a basic boot-strap or otherwise provide some advice?Currently I am getting the following error whenever I try to generate a changelog:
Thanks in advance for the assistance.
Jake
The text was updated successfully, but these errors were encountered: