Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Peer authentication failed for user "postgres"

########## dont forget to restart your server #########
sudo service postgresql restart.
Comment

psql: error: FATAL: Peer authentication failed for user

# The problem is still your pg_hba.conf file*.
# This line:
local   all             postgres                                peer
# Should be:
local   all             postgres                                md5
# After altering this file, don't forget to restart 
# your PostgreSQL server. If you're on Linux, 
# that would be sudo service postgresql restart.
Comment

ubuntu psql: error: FATAL: Peer authentication failed for user

local   all             postgres                                md5
Comment

PREVIOUS NEXT
Code Example
Shell :: docker install ubuntu 
Shell :: bash search and replace text in file 
Shell :: how to fetch all git branches 
Shell :: Command to Change Users in a Linux 
Shell :: scp command show status 
Shell :: how to see map of branches in git 
Shell :: platformio lib remove 
Shell :: journalctl max log size 
Shell :: ghc change version 
Shell :: To see all connection NetworkManager has on linux 
Shell :: pip install flask dockerfile 
Shell :: how to install ubuntu on mac 
Shell :: bash tab autocomplete to stdout 
Shell :: get coordinates of the cursor ubuntu 
Shell :: change file permissions ssh 
Shell :: fish add to path 
Shell :: dokcer not working 
Shell :: checkout git 
Shell :: pip install apyori 
Shell :: gitlab download 
Shell :: running kubernetes dasboard 
Shell :: why my github user not showing photo in commit 
Shell :: awk convert first character to lowercase 
Shell :: how to push to github with personal access token 
Shell :: vscode keyring 
Shell :: turn off wiregurad ubuntu 
Shell :: bash read file into array 
Shell :: use docker redis remotely 
Shell :: windows powershell 
Shell :: install kubernetes on ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =