Hi all Following this link "https://github.com/apache/fineract" to install the Apache Fineract platform using this command
*./gradlew migrateTenantListDB -PdbName=mifosplatform-tenants* I get the following error... *Listening for transport dt_socket at address: 8005* *:migrateTenantDB FAILED* *FAILURE: Build failed with an exception.* ** Where:* *Build file '/home/admin123/fineract/fineract-provider/build.gradle' line: 446* ** What went wrong:* *Execution failed for task ':flywayMigrate'.* *> Error occurred while executing flywayMigrate* * Validate failed. Found differences between applied migrations and available migrations: Migration Checksum mismatch for migration V1__mifosplatform-core-ddl-latest.sql: DB=955277628, Classpath=-1243364190* ** Try:* *Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.* *BUILD FAILED*
