diff options
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index fc8f021c..61cee3d2 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -136,11 +136,6 @@ Type ``exit`` to exit from the 'postgres' user account.:: 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 |