Re: Docker help

2024-05-06 Thread todd densmore
James, (adding comments as requested - but from here it looks like there is enough momentum from the team to resolve the core issue) Firstly, it looks like a custom role can be added to the repo to allow GitHub Actions (ie Jib) to push new images to DockerHub. Some new GitHub Action code will

Re: Issues with Running Fineract backend after making project changes

2024-05-06 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hi Avik, Try to run it in this way: ./gradlew --no-build-cache --no-daemon -q -x rat -x compileTestJava -x test -x spotlessJavaCheck -x spotlessJava bootJar Regards El lun, 6 may 2024 a las 7:35, Avik Banerjee () escribió: > Hi, > > I am locally running the apache fineract instance on my

Issues with Running Fineract backend after making project changes

2024-05-06 Thread Avik Banerjee
Hi, I am locally running the apache fineract instance on my machine. I am new to gradle and am still learning as I am going however, I've been running into some issues after making changes within the project. I had run the backend, frontend, and db fine when I had just pulled the project, however

Re: Default databse script for a brand new install

2024-05-06 Thread Joan Moreau
I copied paste all the variables , fixing the _tenants  into _default I still get to Caused by: java.sql.SQLSyntaxErrorException: (conn=385204) Table 'fineract_tenants.m_adhoc' doesn't exist     at org.mariadb.jdbc.export.ExceptionFactory.createException(ExceptionFactory.java:289)     at

Re: Default databse script for a brand new install

2024-05-06 Thread Joan Moreau
You send me a link to XML files I just need (a) the actual (real ones !!! not some approximate names) variable to set (b) where is the damn default schema to create the initial tables On 2024-05-06 16:09, VICTOR MANUEL ROMERO RODRIGUEZ wrote: Hello Joan, Apache Fineract uses Liquibase,

Re: Default databse script for a brand new install

2024-05-06 Thread Joan Moreau
The easy way would be just to know (1) What variable to set (2) with which values for a normal user (no docker, no fancy stuff, just a Unix server and a MariadDB) (3) where is that damn mariadb schema to create to enable the app to start On 5/6/24 16:04, Joan Moreau wrote: Note: I am

Re: Default databse script for a brand new install

2024-05-06 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Joan, Apache Fineract uses Liquibase, take a look at: https://github.com/apache/fineract/tree/develop/fineract-provider/src/main/resources/db/changelog https://docs.liquibase.com/home.html Apache Fineract variables for MariaDB on Docker are the same as the one used for Native

Re: Default databse script for a brand new install

2024-05-06 Thread Joan Moreau
Note: I am not using docker but a normal server with a normal MariaDB (serving multiple applications) On 5/6/24 16:02, Joan Moreau wrote: Also, the variable you mentioned do not fit the variables available in the source code In addition to teh start-up schema, where to have the actual

Re: Default databse script for a brand new install

2024-05-06 Thread Joan Moreau
Also, the variable you mentioned do not fit the variables available in the source code In addition to teh start-up schema, where to have the actual variable to set to start Fineract ? On 5/6/24 16:00, Joan Moreau wrote: Thank you but that does not answer the question: - Where to find