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
Same issues that was happening with flyway. URL is not valid for liquiBase due to the URL beginning with jdbc-secretsmanager
The text was updated successfully, but these errors were encountered:
I'm using Springboot 2.3.4 and no problem with liquibase 4.1.1.
My application.yml:
spring: liquibase: change-log: classpath:db/config/db.changelog-baseline.xml enabled: true user : ${postgres.admin-user} datasource: url : jdbc-secretsmanager:postgresql://${postgres.hostname}:${postgres.port}/${service.name}?currentSchema=${spring.jpa.default-schema} jdbc-url : ${spring.datasource.url} username: ${postgres.app-user} driverClassName: com.amazonaws.secretsmanager.sql.AWSSecretsManagerPostgreSQLDriver
Sorry, something went wrong.
Thank you for opening this issue - we are looking into it.
No branches or pull requests
Same issues that was happening with flyway. URL is not valid for liquiBase due to the URL beginning with jdbc-secretsmanager
The text was updated successfully, but these errors were encountered: