Using short lived postgres servers for testing
Database servers are usually long-lived, and important parts of the infrastructure
that we build on. We rarely set them up from scratch, because we have to take
such good care of them over time. I think this causes a lot of people to think
that setting up a database server is some mysteriously difficult ordeal. To be clear,
that’s actually true, if you need high availability and a solid recovery point objective.
But there are a lot of use cases where that’s overkill, for example short-lived
test...
Read more at kaveland.no