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

56 Topics 564 Posts
  • Mattermost - Package Updates

    Pinned
    146
    0 Votes
    146 Posts
    37k Views
    Package UpdatesP
    [1.9.0] Update mattermost to 10.5.1 Full Changelog
  • File upload failed

    22
    1 Votes
    22 Posts
    1k Views
    BrutalBirdieB
    You only need what in NFS is described when you use NFS: https://docs.cloudron.io/volumes/#nfs
  • Can't connect with android app.

    Solved
    5
    0 Votes
    5 Posts
    139 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
    150 Views
    C
    @nebulon Just popping back here to say this worked a charm, thanks!
  • calls plugin support

    Solved
    9
    1 Votes
    9 Posts
    1k 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
    401 Views
    A
    it worked, thanks @joseph !
  • Issue with Mattermost database column lastlogin

    Solved
    3
    1 Votes
    3 Posts
    44 Views
    jfrereJ
    @joseph fixed with the latest update. Thank you!
  • Mattermost suddenly stopped working

    3
    1 Votes
    3 Posts
    186 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
    124 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
    621 Views
    BrutalBirdieB
    @vadim thank you very much
  • Online/offline status indicator in the Mac App broken

    3
    1 Votes
    3 Posts
    203 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
    1
    0 Votes
    16 Posts
    631 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
    258 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
    4k 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
    319 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
    5k Views
    Sam_ukS
    @CBCUN It was an incorrect passkey in my case. Using the correct one worked.
  • 0 Votes
    6 Posts
    618 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
    2k 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
    756 Views
    nebulonN
    Glad this got sorted
  • Poll plugin install fails

    6
    2
    0 Votes
    6 Posts
    752 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