Hi Graham,

Is this something you want to help fix?

Or is there anyone else who wants to take this on? Good beginner issue, I
think.

*For new contributors:* If you want to be updated on new issues been
created then please join the Fineract Issues mailing list by sending a
blank mail to: [email protected]
This will ensure you see new issues which you can work on as they are
created.




---------- Forwarded message ---------
From: Juhan Aasaru (Jira) <[email protected]>
Date: Sun, Oct 6, 2019 at 7:56 AM
Subject: [jira] [Created] (FINCN-180) spring data source config points at
DB 'playground' instead of 'seshat'
To: <[email protected]>


Juhan Aasaru created FINCN-180:
----------------------------------

             Summary: 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


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)

Reply via email to