▲ | rtpg 4 days ago | |||||||
Some of this is surely just muscle memory or intertia as well. I remember random config values from when I was trying out linux boxes back in high school that I replicated into files that just don't get touched for decades afterwards. When was the last time you rebuilt your company's postgres config from scratch? | ||||||||
▲ | Symbiote 4 days ago | parent | next [-] | |||||||
> When was the last time you rebuilt your company's postgres config from scratch? Last year, when we upgrade to version 17. I looked at the example/template configuration, diffed it with our configuration from PG15, and for every change decided whether to keep our version or the new setting. I didn't use it, but Debian/APT has had a tool to do this sort of comparison for any software upgrade for as long as I can remember. Do other people just copy the old config and shout "YOLO!"? | ||||||||
| ||||||||
▲ | magicalhippo 4 days ago | parent | prev [-] | |||||||
Still typing "nano -w filename" each and every time since back around y2k when I was working on Linux for the first time I was told that bad things could happen if I didn't... |