I have requirements as below:
- Use liquibase DB manager to update DB objects of multiple schemas using single elevated DB credentials
- Every schema has different Datasoure objects
- Every Schema should maintain their own liquibase tables (DATABASECHANGELOG and DATABASECHANGELOGLOCK)
Can anyone help with this?
I am using:
- Springboot
- HikariCP as connection pool
I tried setting
spring.liquibase.liquibase-schema
and
spring.liquibase.default-schema
configuration but not getting a way to set schema for each datasource.