restart postgres ubuntu
sudo service postgresql restart
restart postgres ubuntu
sudo service postgresql restart
how-can-i-start-postgresql-server-on-mac-os-x
If you want to manually start and stop PostgreSQL (installed via Homebrew), the easiest way is:
brew services start postgresql
and
brew services stop postgresql
If you have a specific version, make sure to suffix the version. For example:
brew services start postgresql@10
how to restart postgres mac
pg_ctl -D /usr/local/var/postgres restart
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us