One of the first changes I make in a new Postgres install is to enable activity logging. This way, if I encounter some problems down the the road, I’ve already got some data collected that may help me troubleshoot. Here are my basic settings: # enable logging, of course: log_destination = 'stderr' logging_collector = on […]
