Questions tagged [liquibase-cli]
20 questions
0
votes
0 answers
How to specify the searchPath when using liquibase commandline liquibase.integration.commandline.Main
(Using liquibase 4.18.0 and also tried 4.19.0)
I want to add two additional parameters to my (working) liquibase call
--hub-mode=off
--searchPath="some/resources"
Working:
java liquibase.integration.commandline.Main --logLevel=info…

Lonzak
- 9,334
- 5
- 57
- 88
0
votes
1 answer
Liquibase context in changeset
The text below is from liquibase's contexts page https://docs.liquibase.com/concepts/changelogs/attributes/contexts.html
By default, a database update runs all changesets in the changelog,
regardless of what you specify in the CLI.
If you add a…

murohima_1
- 67
- 1
- 7
0
votes
1 answer
How to continue execution of Liquibase script even though there is error thrown?
I'm using MySQL database. I'm giving call to an stored procedure for 3 times to insert 3 records. following is the example for the same.

Aԃιƚყα Gυɾαʋ
- 107
- 1
- 15
0
votes
1 answer
How to capture next changeset in Liquibase
Starting to learn Liquibase. I followed documentation, and watched tutorial videos. And I created MSSQL DB, did generateChangeLog, and changelog.xml got created. And did update on to target DB. Now I added one column, and want to capture it in next…

Jithin Kv
- 1
- 2
0
votes
1 answer
Unexpected error running Liquibase: java.lang.RuntimeException: Cannot find database driver: com.mysql.jdbc.Driver
I installed Liquibase CLI using snap package manager on Kubuntu.
Invoking the following command results in a
liquibase calculateChecksum 2022-01-06-test.sql::1::bobby.tables --changeLogFile 2022-01-06-test.sql
--url jdbc:mysql://localhost:3306…

tomaytotomato
- 3,788
- 16
- 64
- 119