Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

restart postgres ubuntu

sudo service postgresql restart
Comment

postgresql server restart

sudo service postgresql start
Comment

how to restart psql in linux

sudo service postgresql restart
# To restart the postgresql service
Comment

restart postgresql

sudo /etc/init.d/postgresql restart
Comment

restart postgres

sudo systemctl restart postgresql-13.service
Comment

restart postgreSql from terminal


            
                
            
         pg_ctl -D "C:Program FilesPostgreSQL12data" restartCode language: JavaScript (javascript)
Comment

how to restart postgres server on windows

#for windows:
Press Windows key + R, ‘RUN’ box will appear.
Type services.msc in the Run box and hit enter.
Services window will open, search for postgresql-13. Here 13 is the version of PostgreSQL installed in the window machine.
Right-click on the postgresql-13 and click on the restart option.
The services will restart now.
This is how we can restart PostgreSQL services in windows machines.
#source: https://sqlserverguides.com/restart-postgres/
Comment

PREVIOUS NEXT
Code Example
Shell :: command to get number of commits 
Shell :: how to install netflix on ubuntu 20.04 
Shell :: arch linux vscode 
Shell :: install docker on centos 
Shell :: apache2 ensite 
Shell :: npm install angular do not install devkit 
Shell :: git remote add heroku 
Shell :: linux filter specific group with cat and grep 
Shell :: git credentials 
Shell :: install mongodb on manjaro linux 
Shell :: sh wait 10 seconds 
Shell :: ssh remove known_hosts entry 
Shell :: pm2 run next js 
Shell :: flutter doctor Xcode installation is incomplete; a full installation is necessary for iOS development. 
Shell :: uninstall vmware workstation 
Shell :: save log git hub 
Shell :: rubymine ubuntu 
Shell :: install openjdk ubuntu 
Shell :: cmake openssl linux 
Shell :: install scikit-learn 
Shell :: bash script remove first element of array and shift index 
Shell :: how to change time zone in ubuntu 18.04 server 
Shell :: install openjdk 8 debian 10 
Shell :: show ip in docker 
Shell :: fish disable greeting 
Shell :: http-server npm 
Shell :: change user in git repository 
Shell :: bash script check if enough available disk space 
Shell :: install letsencrypt ubuntu 20.04 nginx 
Shell :: sshpass mac os x brew 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =