FINERACT-984: PostgreSQL support#2047
Conversation
b7b9cb0 to
abbc9de
Compare
|
Please I am unable to use the PostgreSQL DB for the docker server. Below is a snippet of the error log:
|
|
@nmogbuk Seems like you're trying to use the mariadb JDBC driver for the PostgreSQL DB. Could you please tell me how you're trying to start the app? |
|
... pretty sure you are not using the proper driver class... can you send
your environment variables?
…On Wed, Mar 2, 2022 at 9:49 AM Arnold Gálovics ***@***.***> wrote:
@nmogbuk <https://github.com/nmogbuk> Seems like you're trying to use the
mariadb JDBC driver for the PostgreSQL DB. Could you please tell me how
you're trying to start the app?
—
Reply to this email directly, view it on GitHub
<#2047 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC4ZL5CTBIHBH6V4LAW5KTU54TTHANCNFSM5PB3OZEQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@galovics I am trying to deploy the docker images using Docker Swarm. I built the Fineract server image using the Gradle command:
|
|
@nmogbuk I see, probably you have used an older docker-compose file as a base. With the PostgreSQL support, I actually fixed one of the env variables in the docker-compose file, namely the |
|
@galovics Thanks so much for spotting the issue. That fixed it. |
|
@nmogbuk awesome. Glad it works now. |
Description
Describe the changes made and why they were made.
Ignore if these details are present on the associated Apache Fineract JIRA ticket.
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
Write the commit message as per https://github.com/apache/fineract/#pull-requests
Acknowledge that we will not review PRs that are not passing the build ("green") - it is your responsibility to get a proposed PR to pass the build, not primarily the project's maintainers.
Create/update unit or integration tests for verifying the changes made.
Follow coding conventions at https://cwiki.apache.org/confluence/display/FINERACT/Coding+Conventions.
Add required Swagger annotation and update API documentation at fineract-provider/src/main/resources/static/api-docs/apiLive.htm with details of any API changes
Submission is not a "code dump". (Large changes can be made "in repository" via a branch. Ask on the developer mailing list for guidance, if required.)
FYI our guidelines for code reviews are at https://cwiki.apache.org/confluence/display/FINERACT/Code+Review+Guide.