Skip to content

Automatic database names tweak #206

@janiosarmento

Description

@janiosarmento

I'd like to suggest a tweak to the database name creation routine.

Currently, the database name (as well as the username) is automatically created by removing the dots, truncating on a number of characters, then appending a random string.

My suggestion is to replace the dots with underline characters instead of removing them. The advantage of this method is making more intuitive to a human being to identify which domain a given database belongs to.

Also, when a domain has dashes they are included in the database name. The dashes could be converted to underline too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestplannedThis request will be implemented

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions