hyperledger-bevel / bevel

An automation framework for rapidly and consistently deploying production-ready DLT platforms
https://hyperledger-bevel.readthedocs.io/en/latest/
Apache License 2.0
346 stars 719 forks source link

Enable PostGreSQL support for Corda Enterprise #1415

Open sownak opened 3 years ago

sownak commented 3 years ago

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

  1. Database type h2 replaced by postgres
  2. Deployed postgres pods instead of H2
  3. Create Postgres db schemas automatically
  4. Updated Corda conf to connect to Postgres database
gauravvgat commented 2 years ago

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.