yoezzz
August 24, 2021, 9:46am
1
i want to connect to my mysql db,but it need a truststore certificate file and the corresponding password,how do i set it when use liquibase command
it used by System.getProperty() in mariadb connector by java
javax.net.ssl.truststore=
javax.net.ssl.trustStorePassword=
the liquibase version is 4.0.0
please reply me if you know
tks so much!
rakhi
August 25, 2021, 10:18am
2
Hi @yoezzz
Please help me understand if you are using Liquibase Java API and want to set these properties using java?
Thanks!
Rakhi Agrawal
yoezzz
September 11, 2021, 6:07am
3
problem resolved.
it use like:
JAVA_OPTS="-Dliquibase.changeLogLockPollRate=5" liquibase --changeLogFile=newChangeLog.xml update
to set java system property
rakhi
September 13, 2021, 12:11pm
4
Great you worked it out yourself!
Thanks so much for sharing it here.
Rakhi Agrawal