galatea-associates / fuse-starter-java

Starter project for Galatea java projects
17 stars 73 forks source link

Set up MySQL on Cloud Foundry as a database #251

Open wmvsilva opened 5 years ago

wmvsilva commented 5 years ago

Issue Description

For FUSE, we want to switch from using an embedded H2 database to using MySQL in Cloud Foundry to demonstrate how to connect to a separate database. It was decided in #53 that using MySQL would be the approach. Per #95, FUSE already runs in Cloud Foundry but the MySQL service was not set up.

Design

[Description of the root cause for the issue and how to resolve it. Should be complete before Review is approved]

Documentation Changes

[Description of changes necessary to the Fuse documentation due to the changes in response to this issue. Should be complete before Review is approved]

Test Evidence

[include relevant tests and output. Should be complete before Review is approved]

Validation in Develop -- [Proof issue is resolved in Develop. Should be complete before Issue is closed]

GalateaEric commented 5 years ago

Have a look at #247 for some indications on HA / DR stuff around the database. Update the issue description as appropriate