Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open /etc/postgresql/9.5/main/pg_hba.conf
  2. Add a line similar to the follow but with the appropriate IP address: 

    hostssl host canopy canopy 192.168.0.5/32 md5

  3. Restart postgresql: service postgresql restart

  4. Test access via: canopy-manage testdb

  5. Restart Canopy

...