Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 229 Bytes

start-stop-connect.md

File metadata and controls

17 lines (17 loc) · 229 Bytes

Ubuntu Start Stop Connect

  • Start
sudo systemctl start postgresql@11-main.service
  • Stop
sudo systemctl stop postgresql@11-main.service
  • Connect
sudo -u postgres psql
  • Password
nopass