Docker, Paperless, Postgres and linux
by dt123 from LinuxQuestions.org on (#6P788)
I'm trying to install the program called Paperless on Linux Mint. This requires Docker to be installed first, which I did, and that seems to have gone okay, because I can successfully run the Hello-world script from Docker. I then ran the install script for Paperless, and it seemed to go okay until it ended with the message:
django.db.utils.OperationalError: connection failed: connection to server at "172.18.0.3", port 5432 failed: FATAL: no pg_hba.conf entry for host "172.18.0.6", user "paperless", database "paperless", no encryption
I found only a few references to this error online, and couldn't find any that seemed to duplicate my situation. TBH I'm not sure if this a Docker issue, or Paperless, or Postgres.
I can't find a pg_hba.conf file anywhere, which might be the problem, but I'm looking for input on how to salvage this install, if it is actually salvageable. Thanks.
django.db.utils.OperationalError: connection failed: connection to server at "172.18.0.3", port 5432 failed: FATAL: no pg_hba.conf entry for host "172.18.0.6", user "paperless", database "paperless", no encryption
I found only a few references to this error online, and couldn't find any that seemed to duplicate my situation. TBH I'm not sure if this a Docker issue, or Paperless, or Postgres.
I can't find a pg_hba.conf file anywhere, which might be the problem, but I'm looking for input on how to salvage this install, if it is actually salvageable. Thanks.