Skip to content

Commit

Permalink
feat: Add upgrade path for Azure container offer (mattermost#7634)
Browse files Browse the repository at this point in the history
  • Loading branch information
toninis authored Dec 2, 2024
1 parent fa15609 commit 0e5a90a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Binary file added source/images/global-azure-mattermost-version.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 16 additions & 1 deletion source/install/install-kubernetes-aks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,19 @@ Upload yor own TLS certificates at this stage to take advantage of all Mattermos
b. Get the resulting IP address from the ``ADDRESS`` column, and use your domain registration service to create a DNS record.
c. You should be good to go.

Learn more about managing your Mattermost server by visiting the :doc:`Managing Mattermost </guides/self-hosted-administration>` documentation.
Learn more about managing your Mattermost server by visiting the :doc:`Managing Mattermost </guides/self-hosted-administration>` documentation.

Upgrade Mattermost
-------------------

1. Visit the ``Extensions + Applications`` section of your AKS cluster where your Mattermost installation is deployed.
2. You can enable minor version auto upgrades since these are not updating Mattermost version
3. Expand the ``Configurarion Settings`` table and add the below configuration and the version you want to install as a value.

.. code::
global.azure.mattermost.version
.. image:: ../images/global-azure-mattermost-version.png
:alt: An example of using custom Mattermost version.
4. Click ``Save`` and wait for the upgrade.

0 comments on commit 0e5a90a

Please sign in to comment.