updates On Migration from MariaDB to PostgreSQL

2019-03-22 Thread Isaac Kamga
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.

[GitHub] [fineract-cn-postgresql] Izakey merged pull request #1: Revert to Hibernate ORM until migration to Postgres is complete

2019-03-22 Thread GitBox
Izakey merged pull request #1: Revert to Hibernate ORM until migration to Postgres is complete URL: https://github.com/apache/fineract-cn-postgresql/pull/1 This is an automated message from the Apache Git Service. To

[GitHub] [fineract-cn-postgresql] Izakey opened a new pull request #1: Revert to Hibernate ORM until migration to Postgres is complete

2019-03-22 Thread GitBox
Izakey opened a new pull request #1: Revert to Hibernate ORM until migration to Postgres is complete URL: https://github.com/apache/fineract-cn-postgresql/pull/1 Revert from OpenJPA to Hibernate ORM until migration to PostgreSQL is complete

Updates to code review guidelines : pull request size limits

2019-03-22 Thread Vishwas Babu
Hi All, The PMC has recently updated the code review guidelines at https://cwiki.apache.org/confluence/display/FINERACT/Code+Review+Guide with details of pull request size limits. Please let us know if you have any concerns regarding the same. Regards, Vishwas

Re: Outreachy contributions

2019-03-22 Thread Nelly Klauch
OK, thank you. Le ven. 22 mars 2019 à 19:28, Ruphine Kengne a écrit : > Hey Nelly, > > You can look at this issue, > https://issues.apache.org/jira/browse/FINERACT-726?filter=12345785 > > Regards > > On Fri, 22 Mar 2019 at 19:13, Nelly Klauch wrote: > > > Hi all, > > > > I am an Outreachy

Re: Schema `mifostenant-default` contains a failed migration to version 164 !

2019-03-22 Thread carl collins
Yh mysql is running Nelly Carl On Fri, Mar 22, 2019, 19:13 Nelly Klauch wrote: > ooh then it should be something else , i had the same problem because i was > using mysql 5.7. > Is MySql running?? > Your mysql user should be: root and password: mysql. > > Thanks, > Nelly > > > > Le ven. 22

Re: Schema `mifostenant-default` contains a failed migration to version 164 !

2019-03-22 Thread carl collins
Thanks Mua . Let me try Carl On Fri, Mar 22, 2019, 19:08 Mua Rachmann wrote: > Hi carl, > > Try to follow the instructions here. It should work > > https://mifosforge.jira.com/wiki/spaces/docs/pages/97615907/Failed+Upgrade+Tips+Mifos+X > . > > Another way could be deleting everything ,

Re: Outreachy contributions

2019-03-22 Thread Ruphine Kengne
Hey Nelly, You can look at this issue, https://issues.apache.org/jira/browse/FINERACT-726?filter=12345785 Regards On Fri, 22 Mar 2019 at 19:13, Nelly Klauch wrote: > Hi all, > > I am an Outreachy applicant and I would love to contribute to the project > improve Robustness of MifosX and Apache

Re: Schema `mifostenant-default` contains a failed migration to version 164 !

2019-03-22 Thread Nelly Klauch
ooh then it should be something else , i had the same problem because i was using mysql 5.7. Is MySql running?? Your mysql user should be: root and password: mysql. Thanks, Nelly Le ven. 22 mars 2019 à 18:57, carl collins a écrit : > I'm using mysql version 5.6 > > On Fri, Mar 22, 2019,

Outreachy contributions

2019-03-22 Thread Nelly Klauch
Hi all, I am an Outreachy applicant and I would love to contribute to the project improve Robustness of MifosX and Apache Fineract by fixing issues/feature Requests in Backlog. I have already set my environment and now i am looking for issues to solve. Can anyone direct me please. Thanks, Klauch

Re: Schema `mifostenant-default` contains a failed migration to version 164 !

2019-03-22 Thread Mua Rachmann
Hi carl, Try to follow the instructions here. It should work https://mifosforge.jira.com/wiki/spaces/docs/pages/97615907/Failed+Upgrade+Tips+Mifos+X . Another way could be deleting everything , databases, and starting all over again. Regards, Mua On Fri, Mar 22, 2019 at 6:57 PM carl collins

Re: Schema `mifostenant-default` contains a failed migration to version 164 !

2019-03-22 Thread carl collins
I'm using mysql version 5.6 On Fri, Mar 22, 2019, 18:48 Nelly Klauch wrote: > hi Carl, > Which version of mysql are you using? > if it is version 5.7 try to downgrade it to 5.6 and restart the process. > Thanks, > Nelly > > Le ven. 22 mars 2019 à 17:14, carl collins a > écrit : > > > Hello ,

Re: Schema `mifostenant-default` contains a failed migration to version 164 !

2019-03-22 Thread Nelly Klauch
hi Carl, Which version of mysql are you using? if it is version 5.7 try to downgrade it to 5.6 and restart the process. Thanks, Nelly Le ven. 22 mars 2019 à 17:14, carl collins a écrit : > Hello , > > I tried running " ./gradlew migrateTenantDB -PdbName=mifostenant-default > ". and I got an

Schema `mifostenant-default` contains a failed migration to version 164 !

2019-03-22 Thread carl collins
Hello , I tried running " ./gradlew migrateTenantDB -PdbName=mifostenant-default ". and I got an error message: Schema `mifostenant-default` contains a failed migration to version 164 ! Using --stacktrace theses are full details of the error on pastebin: https://pastebin.com/8AV4WFSY Cheers

Re: FINERACT-614

2019-03-22 Thread Vishwas Babu
My bad ! I must have done so accidentally while deleting a few stale branches I had created. I am on my phone right now and will restore the same first think tomorrow morning Regards , Vishwas On Friday, March 22, 2019, Myrle Krantz wrote: > Hey Vishwas, > > I'm a bit confused right now.