diff --git a/source/install/install-ubuntu.rst b/source/install/install-ubuntu.rst index c22766a60de..f2ee13dfb7f 100644 --- a/source/install/install-ubuntu.rst +++ b/source/install/install-ubuntu.rst @@ -121,6 +121,10 @@ Verify that Mattermost is running: curl ``http://localhost:8065``. You should se The final step, depending on your requirements, is to run ``sudo systemctl enable mattermost.service`` so that Mattermost will start on system boot. +.. note:: + + The value of the ``sslmode`` property in the ``DataSource`` configuration is entirely dependent on your native environment. Please consult the native environment setup documentation for guidance on its value. The available options for ``sslmode`` are ``disable`` or ``require``. For example, if you are using Amazon Lightsail as your data source, you must set ``sslmode`` to ``require`` to successfully connect to the database. + Updates -------