Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

restart postgres ubuntu

sudo service postgresql restart
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

PREVIOUS NEXT
Code Example
Shell :: npm change registry 
Shell :: brew install wine 
Shell :: ubuntu uninstall redis 
Shell :: list npm packages installed globally 
Shell :: update google chrome command ubuntu 
Shell :: check react version 
Shell :: test internet speed terminal linux 
Shell :: crontab use nano 
Shell :: react router v5 install 
Shell :: kill app at port 
Shell :: how to open xampp control panel in ubuntu 
Shell :: git undo soft reset 
Shell :: bash hide command output 
Shell :: error: failed to synchronize all databases (invalid or corrupted database (PGP signature)) 
Shell :: flush dns cmd 
Shell :: pip install tqdm 
Shell :: how to restart mongodb server in ubuntu 
Shell :: pip install flask_restful 
Shell :: bash command for unzipping tar.gz files 
Shell :: how to stop docker in ubuntu 
Shell :: mac error that port is already in use 
Shell :: remove 4k video downloader ubuntu 20.04 
Shell :: install ufw centos 
Shell :: conda install requirements.txt example 
Shell :: conda install simpleitk 
Shell :: lsb_release: command not found 
Shell :: git show graph command line 
Shell :: maven clean install skip test 
Shell :: git commit username and email 
Shell :: auto event in ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =