<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi,<div><br></div><div>I see the error is claiming a missing <span style="font-family: Menlo-Regular;">pg_hba.conf </span>configuration but I don’t have time to look into that now. If you are using docker containers from geonode organization can you please file an issue and report the error?</div><div><br></div><div>Thanks,</div><div>Francesco</div><div><br><div><div>Il giorno 29/set/2016, alle ore 11:54, admire <<a href="mailto:addloe@gmail.com">addloe@gmail.com</a>> ha scritto:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi<br><br>I have installed docker geonode 2.5 but I am however failing to create a postgis store in geonode geoserver.<br><br>The containers are linked fine but when you exec into the container looking at the /etc/hosts shows that no entry for the linked containers is visible.<br><br>When I do a docker inspect on the geoserver container I can see the containers are linked but I cannot publish a postgis store in geonode geoserver<br><br>docker-compose -p gfdrr_oondra exec django django-admin.py migrate account --noinput<br>Traceback (most recent call last):<br>  File "/usr/local/bin/django-admin.py", line 5, in <module><br>    management.execute_from_command_line()<br>  File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 354, in execute_from_command_line<br>    utility.execute()<br>  File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 346, in execute<br>    self.fetch_command(subcommand).run_from_argv(self.argv)<br>  File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 394, in run_from_argv<br>    self.execute(*args, **cmd_options)<br>  File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 445, in execute<br>    output = self.handle(*args, **options)<br>  File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/migrate.py", line 93, in handle<br>    executor = MigrationExecutor(connection, self.migration_progress_callback)<br>  File "/usr/local/lib/python2.7/site-packages/django/db/migrations/executor.py", line 19, in __init__<br>    self.loader = MigrationLoader(self.connection)<br>  File "/usr/local/lib/python2.7/site-packages/django/db/migrations/loader.py", line 47, in __init__<br>    self.build_graph()<br>  File "/usr/local/lib/python2.7/site-packages/django/db/migrations/loader.py", line 191, in build_graph<br>    self.applied_migrations = recorder.applied_migrations()<br>  File "/usr/local/lib/python2.7/site-packages/django/db/migrations/recorder.py", line 59, in applied_migrations<br>    self.ensure_schema()<br>  File "/usr/local/lib/python2.7/site-packages/django/db/migrations/recorder.py", line 49, in ensure_schema<br>    if self.Migration._meta.db_table in self.connection.introspection.table_names(self.connection.cursor()):<br>  File "/usr/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 162, in cursor<br>    cursor = self.make_debug_cursor(self._cursor())<br>  File "/usr/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 135, in _cursor<br>    self.ensure_connection()<br>  File "/usr/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 130, in ensure_connection<br>    self.connect()<br>  File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 98, in __exit__<br>    six.reraise(dj_exc_type, dj_exc_value, traceback)<br>  File "/usr/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 130, in ensure_connection<br>    self.connect()<br>  File "/usr/local/lib/python2.7/site-packages/django/db/backends/base/base.py", line 119, in connect<br>    self.connection = self.get_new_connection(conn_params)<br>  File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 176, in get_new_connection<br>    connection = Database.connect(**conn_params)<br>  File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect<br>    conn = _connect(dsn, connection_factory=connection_factory, async=async)<br>django.db.utils.OperationalError: FATAL:  no pg_hba.conf entry for host "172.19.0.7", user "postgres", database "postgres", SSL on<br>FATAL:  no pg_hba.conf entry for host "172.19.0.7", user "postgres", database "postgres", SSL off<br><br><br>Regards<br><br>_______________________________________________<br>geonode-users mailing list<br><a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>http://lists.osgeo.org/mailman/listinfo/geonode-users<br></blockquote></div><br></div></body></html>