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?


_______________________________________________
Pulp-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/pulp-list

Reply via email to