Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make PostgreSQL Portable listen on more than localhost? #8

Closed
bluntcoder opened this issue Jan 24, 2017 · 1 comment
Closed

Comments

@bluntcoder
Copy link

Hello,

How do I make PostgreSQLPortable listen on more than just 127.0.0.1? I tried updating the pg_hba.conf to the following:

host all all 0.0.0.0/0 @authmethodhost@

Uncommented in postgresql.conf:

hba_file = 'ConfigDir/pg_hba.conf' # host-based authentication file
listen_addresses = '*'

Restarted, and it still doesn't work. My firewall is set to allow the port to go through as well.

Thanks!

@bluntcoder
Copy link
Author

Whoops, silly mistake - but I'll document it since someone might do it.

Make sure you're adjusting the files in the Data\data directory and not in the App\PgSQL\share directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant