andrasmaroy / infra

Manage all home infrastructure with automation
MIT License
4 stars 0 forks source link

Core DB cluster via cloudnative-pg #128

Closed andrasmaroy closed 10 months ago

andrasmaroy commented 10 months ago

Create a postgres cluster that will serve as the core cluster for the services. To create the databases in the cluster a terraform user is created, with which the tf-controller will be able to create databases and corresponding users. This is necessary because cnpg only supports creatign databases in the bootstrap step, not later.