diff --git a/doc/maintaining/installing/postgres.rst b/doc/maintaining/installing/postgres.rst index 2b1820215b1..586fc5f12a5 100644 --- a/doc/maintaining/installing/postgres.rst +++ b/doc/maintaining/installing/postgres.rst @@ -1,5 +1,11 @@ :orphan: +.. note:: + + The following commands should be executed only after running the postgres server. To run + postgres server, execute the command- ``service postgresql start``. + + Check that |postgres| was installed correctly by listing the existing databases:: sudo -u postgres psql -l