Skip to content

Commit

Permalink
DOC-6760: Add a Note for the DataSource sslmode property in the Insta…
Browse files Browse the repository at this point in the history
…ll Ubuntu page
  • Loading branch information
Rutam21 committed Oct 15, 2024
1 parent 6547758 commit 652d0a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/install/install-ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------

Expand Down

0 comments on commit 652d0a6

Please sign in to comment.