Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Mattermost

55 Topics 532 Posts
  • Mattermost - Package Updates

    Pinned
    136
    0 Votes
    136 Posts
    27k Views
    Package UpdatesP

    [1.7.0]

    Update mattermost to 10.3.1 Full Changelog
  • Can't connect with android app.

    Solved
    5
    0 Votes
    5 Posts
    39 Views
    J

    @GluttonStone ah thanks, maybe there was an issue in the server+client version mismatch then.

  • Consider packaging v10.1.1 pre-release due to bug

    4
    1 Votes
    4 Posts
    74 Views
    C

    @nebulon Just popping back here to say this worked a charm, thanks!

  • calls plugin support

    Solved
    9
    1 Votes
    9 Posts
    831 Views
    J

    @Grienauer Is the calls port enabled? It's the location UI . Default port is 8443 . This should also be opened up in the firewall.

  • Error loading users with latest mm update

    Solved
    7
    1 Votes
    7 Posts
    223 Views
    A

    it worked, thanks @joseph !

  • Issue with Mattermost database column lastlogin

    Solved
    3
    1 Votes
    3 Posts
    28 Views
    jfrereJ

    @joseph fixed with the latest update. Thank you!

  • Mattermost suddenly stopped working

    3
    1 Votes
    3 Posts
    110 Views
    J

    @wnstfy What is mm package version? Maybe your bug is also solved with https://forum.cloudron.io/topic/12611/error-loading-users-with-latest-mm-update

  • PSA regarding Mattermost v10+

    2
    1 Votes
    2 Posts
    79 Views
    J

    Might be a good idea to disable automatic updates for the app if you don't want Mattermost 10 . But we have no idea how long MM 9 will continue to be supported.

  • Migration To PostgreSQL - error 42601

    21
    1 Votes
    21 Posts
    363 Views
    BrutalBirdieB

    @vadim thank you very much

  • Online/offline status indicator in the Mac App broken

    3
    1 Votes
    3 Posts
    129 Views
    S

    Thanks for the tip, I have entered it there: https://forum.mattermost.com/t/online-offline-status-indicator-in-the-mac-app-broken/19481/3

  • Mattermost import - boards broken

    Solved
    16
    0 Votes
    16 Posts
    416 Views
    girishG

    @djxx oh wow, thanks for the detailed write up! Hopefully it's useful for other people migrating as well. I will add a link to your report from our docs.

  • Migration To PostgreSQL Failed

    3
    0 Votes
    3 Posts
    189 Views
    J

    Connect to postgres like this (replace the variables below with the ones you put in pgloader):

    export PGPASSWORD=${CLOUDRON_POSTGRESQL_PASSWORD} psql -h ${CLOUDRON_POSTGRESQL_HOST} -p ${CLOUDRON_POSTGRESQL_PORT} -U ${CLOUDRON_POSTGRESQL_USERNAME} -d ${CLOUDRON_POSTGRESQL_DATABASE}
  • Mattermost v8.0+ and PostgreSQL

    41
    0 Votes
    41 Posts
    3k Views
    C

    @Lanhild Sorry missed your message.
    I will see if I can do another test migration this afternoon (CEST) and take some more notes. But basically I wrote the steps below on a clean Mattermost PostgreSQL install:

    Dumped the DB with : pg_dump -d mattermost > mattermost.dump Renamed on cloudron config.json to config.json.orig Copied mattermost.dump and config.json to cloudron mattermost via the file manager Edited config.json with the value from config.json.orig (to get the PostgreSQL details) "ServiceSettings" => "SiteURL" "SqlSettings" => "DataSource" and "DataSourceReplicas" "FileSettings" => "Directory" From the terminal app did PASSWORD=${CLOUDRON_POSTGRESQL_PASSWORD} pg_restore -h ${CLOUDRON_POSTGRESQL_HOST} -p ${CLOUDRON_POSTGRESQL_PORT} -U ${CLOUDRON_POSTGRESQL_USERNAME} -d ${CLOUDRON_POSTGRESQL_DATABASE} ../data/mattermost.dump Rsynced all my attachments from origin_server to cloudron_server:app_folder (cf girish post ) Restarted the app
  • Exporting All Data (TEams etc) to New App INstance

    3
    1 Votes
    3 Posts
    252 Views
    girishG

    You can run the CLI tool on Cloudron like https://docs.cloudron.io/apps/mattermost/#command-line-tool . Instead of the import command at https://docs.cloudron.io/apps/mattermost/#migration , use the export command.

    To get a file off Cloudron, easiest way is to export to a path under /app/data and then use the File manager to download it.

    I am also curious why you are not able to update mattermost on Cloudron. It's all automatic.

  • Packaging the enterprise version of Mattermost

    49
    2 Votes
    49 Posts
    4k Views
    Sam_ukS

    @CBCUN It was an incorrect passkey in my case. Using the correct one worked.

  • 0 Votes
    6 Posts
    470 Views
    girishG

    @cvachery yeah, I encountered the same (had to reset passwords post migration etc). Might be worth reporting upstream.

  • Installing Focalboard plugin on Mattermost with Cloudron

    12
    4 Votes
    12 Posts
    1k Views
    girishG

    @alexis Thanks for sharing the instructions but instead of copying files directly to /home/yellowtent/appsdata/xxx , you should use the File Manager .

  • Mattermost "no new updates available" when there is a new update

    Solved
    8
    1 Votes
    8 Posts
    586 Views
    nebulonN

    Glad this got sorted

  • Poll plugin install fails

    6
    0 Votes
    6 Posts
    617 Views
    BenoitB

    Very strange, i tried again with another method. When i untar the file on my computer (ubuntu desktop) first and i send the directory with cloudron file manager and change the directory ownership, i have an error on activation and it does't work. When i send the targz file directly and extract it with the file manager and change the ownership all is ok and it works ! @girish is it normal ? Problem solved

  • Mattermost TE Gitlab auth with Cloudron

    5
    1 Votes
    5 Posts
    414 Views
    im-fabianI

    @girish that would be great. Could provide Cloudron SSO for Mattermost out of the box.

    For unique integer: We used the field employeenumber in ldap and just let the ldap server count one up per each user added.