Debian-based platforms start the postgres server by default after
installation. For RPM-based distros, we've already issued these
commands prior to configuring the postgres server.
exit
-From here we just need to set the Postgres database to start on boot, and also
-start it up for this particular session.::
-
- sudo systemctl enable postgresql && sudo systemctl start postgresql
-
.. caution:: Where is the password?
These steps enable you to authenticate to the database in a password-less