Deploy on Linux
PostgreSQL is a powerful relational database. Relational databases offer a wealth of performance advantages over file-based data storage.
Start and Stop Server
The following commands can be used to start and stop the Postgres server, and check the status of the server.
sudo service postgresql start
sudo service postgresql stop
sudo service postgresql restart
sudo service postgresql status
postgresql client
sudo apt install postgresql-client-common
sudo apt-get install postgresql-client