Hello fineracters, Trust that you had a great week.
I just finished migrating libraries PostgreSQL[1] and Test[2] from MariaDB to PostgreSQL, mostly adapting SQL statements & database connections to work with PostgreSQL and reverting back to Hibernate ORM until database migrations are completed. I have also migrated the "minimal" services viz provisioner[3], rhythm[4], office[5], template[6] and customer[7] from MariaDB to PostgreSQL. The Spring datasource credentials had to be incorporated into application.yaml files to make things work too. Given I updated service-starter [8] and demo-server [9], developers can test the migrated services when running the *-Ddemoserver.lite=true* option which builds the minimal set of services. You'll observe that some of the pull requests are heading to develop branches ( It appears comparing changes and creating PRs towards the same branch name from origin to upstream expires after a few minutes on Github... weird ) Here is a script [10] to enable anyone clone and do an integration-test of the new changes using demo-server. Kindly test these changes and provide feedback. At Your Service, Isaac Kamga. [1] https://github.com/apache/fineract-cn-postgresql/pull/1 [2] https://github.com/apache/fineract-cn-test/pull/7 [3] https://github.com/apache/fineract-cn-provisioner/pull/6 [4] https://github.com/apache/fineract-cn-rhythm/pull/8 [5] https://github.com/apache/fineract-cn-office/pull/9 [6] https://github.com/apache/fineract-cn-template/pull/6 [7] https://github.com/apache/fineract-cn-customer/pull/10 [8] https://github.com/apache/fineract-cn-service-starter/pull/8 [9] https://github.com/apache/fineract-cn-demo-server/pull/27 [10] https://github.com/Izakey/fineract-cn-demo-server/blob/FINCN-141/scripts/Unix/postgres-setup-lite.sh
