This morninig several of our cpanel websites using postgres started to fail with a pg_hba permission error. It looks like an update changed the pg_hba.conf file lines from "local all all md5" or "host all md5 ...." to "local all samerole md5" or "host all samerole ..."
Anyone has experienced this? I never had this file overwritten with an update and it shouldn't be. Should I make this file immutable, or how else can I prevent this to happen?
Anyone has experienced this? I never had this file overwritten with an update and it shouldn't be. Should I make this file immutable, or how else can I prevent this to happen?