Continuous Delivery or Continuous Deployment of infrastructure and code is comparatively simple compared to trying the same approaches for databases, specifically RDBMSs. Code and infrastructure will not change or evolve once deployment has…
I am the DevOps engineer and a software engineer in a team where months back, the developers moved from having a central Oracle DB to having the DB on a CentOS VM on their individual laptops. The move from a central DB was to reduce dependency on…
I'm trying to create an environment per branch using Git lab CI, until here we're good. But my concern right now is how to manage the Database?
I thought of using RDS and terraform, but what I'm doing is basically creating and destroying an RDS…