[Pulp-list] pulp3 rc8 external postgres

Bin Li (BLOOMBERG/ 120 PARK) bli111 at bloomberg.net
Wed Nov 20 16:28:16 UTC 2019


I got the following error when rerun 'django-admin migrate --noinput' to reset database:
django.db.utils.OperationalError: FATAL:  no pg_hba.conf entry for host "[local]", user "pulp", database "pulp", SSL off

It looks like the database setting in /etc/pulp/settings.py below is ignored.
DATABASES = {"default": {"ENGINE": "django.db.backends.postgresql_psycopg2", "NAME": "pulp", "HOST": "pulpdbhost", "USER": 
"pulp", "PASSWORD": "pulp", "PORT": 5432}}

This has been working for all previous rc releases. Is there an additional steps to reset a external database?


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/pulp-list/attachments/20191120/aedcfbf4/attachment.htm>


More information about the Pulp-list mailing list