bevel
bevel copied to clipboard
Enable PostGreSQL support for Corda Enterprise
Description
As a Corda Developer I want to use PostGreSQL Server as the Corda Database so that I can use a production database solution with my Corda network.
Acceptance Criteria
- Database type h2 replaced by postgres
- Deployed postgres pods instead of H2
- Create Postgres db schemas automatically
- Updated Corda conf to connect to Postgres database
Posgres db can also be used in 4.9 CE of Corda. So when support for 4.9 is worked on this also should be taken care of.