We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting his error with CLI setup.
Property file looks like
changeLogFile: changelog/db.changelog-master.xml url: cosmosdb://AccountEndpoint=https://xxx.documents.azure.com:443/;AccountKey=xxxxxxx==; driver: liquibase.ext.cosmosdb.database.CosmosClientDriver classpath: ./lib/liquibase-cosmosdb-4.29.1.jar;./lib/azure-cosmos-4.41.0.jar;./lib/azure-core-1.37.0.jar
Command used liquibase validate
liquibase validate
Full error
Starting Liquibase at 14:55:40 using Java 21.0.1 (version 4.31.0 #6261 built at 2025-01-14 14:24+0000) Liquibase Version: 4.31.0 Liquibase Open Source 4.31.0 by Liquibase ERROR: Exception Details ERROR: Exception Primary Class: RuntimeException ERROR: Exception Primary Reason: Cannot find database driver: liquibase.ext.cosmosdb.database.CosmosClientDriver ERROR: Exception Primary Source: 4.31.0 Unexpected error running Liquibase: Cannot find database driver: liquibase.ext.cosmosdb.database.CosmosClientDriver For more information, please use the --log-level flag
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting his error with CLI setup.
Property file looks like
Command used
liquibase validate
Full error
The text was updated successfully, but these errors were encountered: