Re: Docker help

2024-05-27 Thread VICTOR MANUEL ROMERO RODRIGUEZ
*Arnold,* Now the PR has your suggestion Arnold and it works. Thank you. *James/Community,* The PR is ready to be reviewed and merged if approved. https://github.com/apache/fineract/pull/3887 It requires to have the following secrets set in the Apache Fineract repository. DOCKER_PASSWORD

Re: Docker help

2024-05-27 Thread Arnold Galovics
Good point Victor. Almost forgot about this error. I'd leave the original configuration in place. The reason you're getting this error is because the local Docker repository is not supporting multi-platform images (Win/Mac for sure, not sure about Linux). If you're pushing this to a remote

Re: Docker help

2024-05-27 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Arnold, Currently we got this platforms { platform { architecture = System.getProperty("os.arch").equals("aarch64")?"arm64":"amd64" os = 'linux' } } If we set to this platform {

Re: Docker help

2024-05-27 Thread Arnold Galovics
Hi Victor, Alright. Note: probably JIB would be a better choice for the cross-platform building since it doesn't require an ARM emulator/ARM machine for building the Docker image. Best, Arnold On Mon, May 27, 2024 at 7:40 AM VICTOR MANUEL ROMERO RODRIGUEZ < victor.rom...@fintecheando.mx>

Re: Default databse script for a brand new install

2024-05-27 Thread Ádám Sághy
HiBased on the error log you have shared, you have misconfigured something:m_adhoc table should not be created in the fineract_tenants database.Probably you have wrong configuration in the "fineract_tenants.tenants_configuration" table.You might already done it but let me share usually how it

Re: Default databse script for a brand new install

2024-05-27 Thread Joan Moreau
Hi his is absolutely incredible The tables ARE NOT created automatically by Liquid. Whatever you are all repeating. and I sent already the log of it. So my question is : How to enable the creation of the tables, or just please share the sql statement to create those table and avoid the