Hide Forgot
+++ This bug was initially created as a clone of Bug #1040364 +++ Description of problem: The update may fail if pg_hba.conf contains specific settings. It seems reasonable to assume that the user has changed the default settings. Version-Release number of selected component (if applicable): The postgresql-setup is fedora/rhel specific script. It is included in all currently supported versions of fedora (rawhide-f18). How reproducible: Steps to Reproduce: $ echo "host all all 0.0.0.0 0.0.0.0 md5 host all all ::1/128 md5 local all all md5">/var/lib/pgsql/data/pg_hba.conf $ postgresql-setup upgrade Actual results: upgrade failed Expected results: Sucessfull upgrade. Additionally, the user should be warned about configuration changes. Additional info: See attached patch.