We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: