I forgot to mention: if you are using postgres the 2.option commands are:
./gradlew createPGDB -PdbName=fineract_tenants ./gradlew createPGDB -PdbName=fineract_default ./gradlew bootRun Sent from my iPhone > On Jan 11, 2024, at 20:08, Ádám Sághy <adamsa...@gmail.com> wrote: > > 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 <pankaj.krjha.cs...@itbhu.ac.in.invalid> wrote: >>> >> >> Is there a documentation for adding tenants and any migration that needs to >> be done after adding them?