figured it out thanks, @Ádám Sághy <adamsa...@gmail.com> 😃
[image: Mailtrack] <https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&> Sender notified by Mailtrack <https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&> 12/01/24, 02:19:11 On Fri, Jan 12, 2024 at 1:47 AM Pankaj Kumar Jha 5-Yr IDD Computer Science & Engg., IIT (BHU) Varanasi <pankaj.krjha.cs...@itbhu.ac.in> wrote: > I meant, apart from fineract_default if we need to add some more tenants? > > > > [image: Mailtrack] > <https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&> > Sender > notified by > Mailtrack > <https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&> > 12/01/24, > 01:44:24 > > On Fri, Jan 12, 2024 at 12:40 AM Ádám Sághy <adamsa...@gmail.com> wrote: > >> I forgot to mention: >> >> if you are using postgres the 2.option commands are: >> >> >> 1. ./gradlew createPGDB -PdbName=fineract_tenants >> 2. ./gradlew createPGDB -PdbName=fineract_default >> 3. ./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: >> >> >> 1. ./gradlew createDB -PdbName=fineract_tenants >> 2. ./gradlew createDB -PdbName=fineract_default >> 3. ./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? >> >>