

Doing this will upgrade your config.json schema to the latest version using default values for any new settings added.

Open the “System Console” and save a change. Restart the server: $ sudo /opt/bitnami/ctlscript.sh restart mattermost

$ sudo chown -R mattermost:mattermost logs client data $ cp ~/backup/config.json config/config.jsonĪdjust file permissions as below: $ chown -R bitnami:mattermost. Restore the previous configuration file: $ cd. Uncompress the new version: $ tar xzf mattermost-team-X.X. -C mattermost -strip-components=1 Remove previous Mattermost files (already backed up in previous steps). Depending on your installation type, execute the following commands:Īpproach A (Bitnami installations using system packages): $ cd /opt/bitnami/mattermostĪpproach B (Self-contained Bitnami installations): $ cd /opt/bitnami/apps/mattermost/serverīack up the current configuration files: $ mkdir ~/backupīack up the database as described on the MySQL page.īack up the Mattermost data files: $ cp -r data ~/backup/ĭownload the latest version of Mattermost: $ cd. Navigate to the Mattermost installation directory. Stop the server: $ sudo /opt/bitnami/ctlscript.sh stop mattermost The annual 149/yr charge is to offset infrastructure costs for your workspace and is billed monthly at 12.42. If you have important data, create and restore a backup to ensure that everything works properly.įollow these steps to upgrade Mattermost: Mattermost Cloud Starter supports unlimited users.
#Mattermost server update#
It is strongly recommended to create a backup before starting the update process. Refer to the FAQ for more information on these changes. The output of the command indicates which approach (A or B) is used by the installation, and will allow you to identify the paths, configuration and commands to use in this guide. To identify your Bitnami installation type and what approach to follow, run the command below: $ test ! -f "/opt/bitnami/common/bin/openssl" & echo "Approach A: Using system packages." || echo "Approach B: Self-contained installation." On account of these changes, the file paths stated in this guide may change depending on whether your Bitnami stack uses native Linux system packages (Approach A), or if it is a self-contained installation (Approach B). NOTE: We are in the process of modifying the file structure and configuration for many Bitnami stacks.
