All Questions
Tagged with postgresql configuration
4
questions
0
votes
1answer
52 views
'/usr/bin/pg_restore' file not found. Please correct the Binary Path in the Preferences dialog
I've installed pgadmin4 through software manager in Linux Mint Tricia. Also I've installed Postgres10. But when I create a new database and try to restore newly created database. This error message is ...
6
votes
1answer
1k views
How do I configure postgres's authorization settings in nixos?
On nixos, I face a postgres error psql: FATAL: Peer authentication failed for user "postgres" similar error to this question, and would like to edit the authentication settings to resolve the issue ...
1
vote
1answer
2k views
how to update postgres.conf path after relocating it from data directory
I'm installing a Postgresql-9.4 HA environment in RHEL 7, when I initialize postgres db - it creates a data directory and within the data directory goes postgresql.conf & pg_hba.conf files. Here, ...
1
vote
1answer
667 views
PostgreSQL on FreeBSD - 'Kerberos 5 authentication not supported'
I've been trying to get a FreeBSD machine to talk to a networked postgreSQL database. I assumed that the machine had kerberos installed, as it's what I use to log in, and I was told that FreeBSD has ...