SyntaxFix
Write A Post
Hire A Developer
Questions
check the postgres server is running with following code
sudo service postgresql status
if the postgres server is inactive, write the following command.
sudo service postgresql start