Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: comment out peer lines

...

Code Block
sudo vi /etc/postgresql/9.3/main/pg_hba.conf

# Add this line to the configuration: 
	local all dspace md5
# Comment out any lines that have "peer" at the end of them
 
# When done, restart postgresql:
	sudo service postgresql restart

...