You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Michael Vorburger (Jira)" <ji...@apache.org> on 2020/03/08 13:19:00 UTC

[jira] [Resolved] (FINERACT-807) Use underscore instead of dash in tenants and default tenant database names

     [ https://issues.apache.org/jira/browse/FINERACT-807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Vorburger resolved FINERACT-807.
----------------------------------------
    Resolution: Fixed

> Use underscore instead of dash in tenants and default tenant database names
> ---------------------------------------------------------------------------
>
>                 Key: FINERACT-807
>                 URL: https://issues.apache.org/jira/browse/FINERACT-807
>             Project: Apache Fineract
>          Issue Type: Improvement
>            Reporter: Michael Vorburger
>            Assignee: Michael Vorburger
>            Priority: Major
>              Labels: beginner, newbie, starer
>             Fix For: 1.4.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> The Fineract tenants and tenant database names by default are currently mifosplatform-tenants and mifostenant-default respectively.
> The Google Cloud Platform console for managed MySQL (Cloud SQL) prevents creating MySQL databases containing dashes; the UI says Database name: Needs to follow [the MySQL identifier rules|https://dev.mysql.com/doc/refman/5.7/en/identifiers.html].  
> While this limitation appears to only be enforced in the Google Cloud UI (it's still possible to create databases containing '-' dashes using the gcloud CLI), the linked doc does seem to suggest to use only underscores.
> To make this simpler, and comply with mySQL doc recommendation, let's change mifosplatform-tenants to fineract_tenants and mifostenant-default to fineract_default. (The change from mifosplatform to fineract is just because this seems a good opportunity to make that change, and because it's probably less and not more confusing to change the entire name, and not just a dash to and underscore.)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)