0

I have requirements as below:

  1. Use liquibase DB manager to update DB objects of multiple schemas using single elevated DB credentials
  2. Every schema has different Datasoure objects
  3. Every Schema should maintain their own liquibase tables (DATABASECHANGELOG and DATABASECHANGELOGLOCK)

Can anyone help with this?

I am using:

  1. Springboot
  2. 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.

Alok Singh
  • 488
  • 2
  • 6
  • so for each schema you have different changeLog but the same user can execute the script? How do you configure the datasources in application? – bilak Nov 03 '22 at 16:09

0 Answers0