Hi You have two options: 1. Manually create 2 databases / schema (based on mysql or postgres you are using):
"fineract_tenants" "fineract_default" 2. You are executing the below two commands: ./gradlew createDB -PdbName=fineract_tenants ./gradlew createDB -PdbName=fineract_default ./gradlew bootRun This requires you to set the proper credentials for it as well! After if you run the Fineract the liquibase scripts will do the rest! i hope this helps! Regards Adam Sent from my iPhone > On Jan 11, 2024, at 19:51, Pankaj Kumar Jha 5-Yr IDD Computer Science & > Engg., IIT (BHU) Varanasi <[email protected]> wrote: > > > Is there a documentation for adding tenants and any migration that needs to > be done after adding them?
