<html><head><title></title></head><body><!-- rte-version 0.2 9947551637294008b77bce25eb683dac --><div class="rte-style-maintainer rte-pre-wrap" data-color="global-default" bbg-color="default" data-bb-font-size="medium"bbg-font-size="medium" style="white-space: pre-wrap; font-size: small; font-family: "Courier New", Courier, "BB.FixedWidth";"style="white-space: pre-wrap; font-size: small; font-family: "Courier New", Courier, "BB.FixedWidth"; color: rgb(0, 0, 0);">I got the following error when rerun 'django-admin migrate --noinput' to reset database:<div>django.db.utils.OperationalError: FATAL:  no pg_hba.conf entry for host "[local]", user "pulp", database "pulp", SSL off</div><div><br></div><div>It looks like the database setting in /etc/pulp/settings.py below is ignored.</div><div>DATABASES = {"default": {"ENGINE": "django.db.backends.postgresql_psycopg2", "NAME": "pulp", "HOST": "pulpdbhost", "USER": </div><div>"pulp", "PASSWORD": "pulp", "PORT": 5432}}</div><div><br></div><div>This has been working for all previous rc releases. Is there an additional steps to reset a external database?</div><div><br></div><div><br></div><div><br></div></div></body></html>