Starting PostgreSQL (in Linux)
Start PostgreSQL service on the application server.
- If PostgreSQL is installed on Amazon Linux
-
Execute the following command:
service pgsql-iot start
- If PostgreSQL is installed on Red Hat Enterprise Linux 7
-
Execute the following command:
systemctl start pgsql-iot.service