Assistance Required for Deploying DIGIT-2.9LTS Business Services on AWS Cluster #596
PrasadAthani
started this conversation in
Tech
Replies: 1 comment
-
Please refer document https://core.digit.org/platform/releases/digit-2.9-lts/upgrade-guide-transitioning-digit-modules-to-spring-boot-version-3.2.2. You need to follow the same steps to upgrade business and municipal service which you are using. Upgrade the Flyway library to version 9.22.3 for compatibility with Postgres 15. We supporting postgress db till version 15. Please explore if you are using latest version of postgres and modify relevant library version. Below is the code snippet:
Upgrade the postgresql library to version 42.7.1: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Team,
I am currently working on the deployment of DIGIT-2.9LTS on an AWS cluster, including Backbone, Core, Business, and Municipal services. Thus far, I have successfully deployed the Backbone and Core services, which are up and running. However, I am encountering an issue while deploying the Business services.
The issue appears to be related to the PostgreSQL version in use. I am currently using the following version of PostgreSQL:
docker.io/bitnami/postgresql:17.0.0-debian-12-r0, which results in a connection failure when attempting to migrate the database.
Here is the error message I am receiving:
I suspect the PostgreSQL version might be incompatible with Flyway or other components in this setup. Could someone please guide me on the appropriate PostgreSQL version to use, or assist in troubleshooting this issue? Any insights on the configuration of the pg_hba.conf file to resolve the connection issue would also be greatly appreciated.
Looking forward to your support.
Beta Was this translation helpful? Give feedback.
All reactions