magma / domain-proxy

A Domain proxy for Magma
BSD 3-Clause "New" or "Revised" License
1 stars 6 forks source link

Run only one postgresql instance in dev/CI env #440

Closed sklgromek closed 2 years ago

sklgromek commented 2 years ago

Currently, we are spinning up two containers in PostgreSQL POD, and all of them support only one DB. One supports dp database which is used to deploy the dev environment, and the second one dp_test which is used alternately for running integration tests or as the database for NMS.

We should have only one database engine instance, and create databases on it as needed.