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 <[email protected]> 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 <[email protected]> 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 <[email protected]> wrote: > > > Is there a documentation for adding tenants and any migration that needs > to be done after adding them? > >
