[
https://issues.apache.org/jira/browse/FINCN-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16950135#comment-16950135
] Juhan Aasaru commented on FINCN-180: ------------------------------------ Also this needs to be fixed: [https://github.com/apache/fineract-cn-provisioner/blob/develop/service/src/main/java/org/apache/fineract/cn/provisioner/internal/util/DataSourceUtils.java#L67] introduced here: [https://github.com/apache/fineract-cn-provisioner/commit/a06a65480e27d35a47e2429eebb11d46bfe96fe7#diff-d156658525da565eaa45e610fc33877eR66] > spring data source config points at DB 'playground' instead of 'seshat' > ----------------------------------------------------------------------- > > Key: FINCN-180 > URL: https://issues.apache.org/jira/browse/FINCN-180 > Project: Fineract Cloud Native > Issue Type: Bug > Reporter: Juhan Aasaru > Priority: Major > Labels: volunteer > > Several repositories have: > spring.datasource.url: jdbc:postgresql://localhost:5432/playground > But it should be: > spring.datasource.url: jdbc:postgresql://localhost:5432/seshat > Playground is database used by example tenant. > Incorrect config found: > [https://github.com/apache/fineract-cn-reporting/blob/develop/service/src/main/resources/application.yml#L28] > [https://github.com/apache/fineract-cn-office/blob/develop/service/src/main/resources/application.yml#L28] > [https://github.com/apache/fineract-cn-group/blob/develop/service/src/main/resources/application.yml#L45] > [https://github.com/apache/fineract-cn-template/blob/develop/service/src/main/resources/application.yml#L28] > [https://github.com/apache/fineract-cn-teller/blob/develop/service/src/main/resources/application.yml#L28] > [https://github.com/apache/fineract-cn-accounting/blob/develop/service/src/main/resources/application.yml#L28] > [https://github.com/apache/fineract-cn-payroll/blob/develop/service/src/main/resources/application.yml#L28] > [https://github.com/apache/fineract-cn-portfolio/blob/develop/service/src/main/resources/application.yml#L28] > [https://github.com/apache/fineract-cn-deposit-account-management/blob/develop/service/src/main/resources/application.yml#L28] > [https://github.com/apache/fineract-cn-notifications/blob/develop/service/src/main/resources/application.yml#L28] > [https://github.com/apache/fineract-cn-cheques/blob/develop/service/src/main/resources/application.yml#L28] > [https://github.com/apache/fineract-cn-customer/blob/develop/service/src/main/resources/application.yml#L28] > Should be like this: > [https://github.com/apache/fineract-cn-rhythm/blob/develop/service/src/main/resources/application.yml#L29] > This has been incorrectly introduced with MariaDB->Postgresql migration. -- This message was sent by Atlassian Jira (v8.3.4#803005)
