Hi ,
I’m trying to implement DevOps using Liquibase.
liquibase.properties file.
When I run “liquibase state” it always gives incorrect username and password though I can login from browser with the same creds.
Error below
Unexpected error running Liquibase: Connection could not be created to jdbc:snowflake://*********.snowflakecomputing.com/?db=dbname&schema=schema_name with driver net.snowflake.client.jdbc.SnowflakeDriver. Incorrect username or password was specified.
Any ideas!!
Thanks!!
Manoj
changeLogFile=changelog.xml
driver= net.snowflake.client.jdbc.SnowflakeDriver
classpath=/opt/liquibase/internal/
url= jdbc:snowflake://**********.snowflakecomputing.com/?db=dbname&schema=schema_name
username: ******
password: &&&&&&&&&
logLevel: INFO
logFile: liquibase.log
liquibase.hub.mode=off
liquibase.changelogSchemaName = CORP_CONFIG