@Henrique Paes Take a look at https://github.com/apache/fineract/blob/develop/docker-compose-postgresql.yml it will work on a local environment using Docker.
Once you have reproduced the error and made some changes, just replace the fineract-server with your own Fineract build. Best regards Victor El mar, 1 oct 2024 a las 9:41, Henrique Paes (<henriquee.pa...@gmail.com>) escribió: > Hi Kristof, > > I understand. So the best way to build the development environment with > PostgreSQL would be to manually create the container and the required > databases? > > On Tue, Oct 1, 2024 at 11:32 AM Kristof Jozsa <kristof.jo...@gmail.com> > wrote: > >> Hi Henrique, >> >> please do not rely on the `create database` Gradle tasks long-term. They >> are considered obsolete and soon I hope we'll get rid of them. >> >> thanks, >> K >> >> On Tue, Oct 1, 2024 at 5:26 PM Henrique Paes <henriquee.pa...@gmail.com> >> wrote: >> >>> Would it be enough to run the "createPGDB" gradle task using the same DB >>> names given in the documentation? >>> >>> On Tue, Oct 1, 2024 at 11:20 AM Henrique Paes <henriquee.pa...@gmail.com> >>> wrote: >>> >>>> Hey Bharath, >>>> >>>> I appreciate your prompt response. Are there any scripts to run a >>>> development environment using PostgreSQL? I used the scripts given in the >>>> README.md file and they created MariaDB Docker instances. >>>> >>>> >>>> On Tue, Oct 1, 2024 at 2:17 AM Bharath Gowda <bgo...@mifos.org> wrote: >>>> >>>>> Hi Henrique, >>>>> >>>>> I think the issue is raised on the bulk Import feature >>>>> >>>>> To Reproduce you will need to >>>>> >>>>> 1. Go to admin->organization->bulk import >>>>> 2. Go to savings account(or any entity) download the template and >>>>> upload the filled template >>>>> >>>>> have attached the sample template for your example. >>>>> >>>>> *Prerequisite*: Have fineract running on PostgreSQL DB >>>>> >>>>> >>>>> Please try and let me know if you have any questions >>>>> >>>>> >>>>> >>>>> Regards, >>>>> Bharath >>>>> Lead Implementation Analyst | Mifos Initiative >>>>> Skype: live:cbharath4| Mobile: +91.7019635592 >>>>> http://mifos.org <http://facebook.com/mifos> >>>>> <http://www.twitter.com/mifos> >>>>> >>>>> >>>>> On Mon, Sep 30, 2024 at 8:51 PM Henrique Paes < >>>>> henriquee.pa...@gmail.com> wrote: >>>>> >>>>>> Hello! >>>>>> >>>>>> I would like to work on FINERACT-2121, reported in: >>>>>> https://issues.apache.org/jira/browse/FINERACT-2121 >>>>>> >>>>>> Could someone provide guidance on how to reproduce the scenario >>>>>> described? This will help me get started on the fix. >>>>>> >>>>>> Thanks in advance! >>>>>> >>>>>