galovics commented on code in PR #2648: URL: https://github.com/apache/fineract/pull/2648#discussion_r991448949
########## fineract-doc/src/docs/en/chapters/architecture/fineract-database-handling.adoc: ########## @@ -0,0 +1,114 @@ += Fineract Database Handling + +== Fineract Database Upgrades Review Comment: What's this section title, upgrades? Upgrades of what? Below the text is about the different database supports. ########## fineract-doc/src/docs/en/chapters/architecture/fineract-database-handling.adoc: ########## @@ -0,0 +1,114 @@ += Fineract Database Handling + +== Fineract Database Upgrades + +Fineract supports multiple databases: + +* MySQL compatible databases (e.g. MariaDB) +* PostgreSQL + +The platform differentiates between these database types in certain cases when +there's a need to use some database specific tooling. To do so, the platform +examines the JDBC driver used for running the platform and tries to determine +which database is being used. + +Fineract doesn't guarantee a backward compatible database upgrades. + +=== Background + +The Mifos team has stated that non-backward compatible database upgrades are Review Comment: I don't think we should say "The Mifos team". This is a community driven project under the Apache umbrella, not a Mifos driven project. ########## fineract-doc/src/docs/en/chapters/architecture/fineract-database-handling.adoc: ########## @@ -0,0 +1,114 @@ += Fineract Database Handling Review Comment: Rather call it Database Support -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
