Running your Postgres on a VM— Configuration changes for Resiliency
Photo by Kevin Ku on Unsplash The purpose of this article is to highlight certain configurations that you might need in case you want to run your own postgresql. There is a slight difference between running it locally and deploying postgres in production. Therefore, I decided to write down the configurations that one needs to change in order to get it up and running. I will attach some code towards the end I want to run postgres on Docker (or compose), will this article be helpful?...
Read