tapaswenipathak commented on code in PR #2648:
URL: https://github.com/apache/fineract/pull/2648#discussion_r991836830


##########
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 add this doc at all as customer documenation. More 
of a planning and ideas doc. we need to discuss this on where and why this doc 
can find a place. cc @edcable.



-- 
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]

Reply via email to