altran / _Whydah-UserIdentityBackend

The vault of users and applications. The UserIdentytyBackend module of the Whydah IAM/SSO
Other
0 stars 3 forks source link

Create new "database" when on clean database #11

Closed StigLau closed 10 years ago

StigLau commented 10 years ago

When starting UIB on a clean database, preferrably, UIB should, as part of the startup scripts, create the database. If implemented, this functionality must be turned on by config, so that installers are aware of eventual misconfiguration, in case UIB is looking for a different DB than intended.

sherriff commented 10 years ago

Flyway may be a good library to support this. Remember to consider (deciding) whether UIB should support several or only one RDBMS.