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 591 Posts
  • Mattermost - Package Updates

    Pinned
    170
    0 Votes
    170 Posts
    60k Views
    Package UpdatesP
    [2.14.0] Update mattermost to 10.9.1 Full Changelog Mattermost Platform Release 10.9.1 contains user attributes for channel access and channel classification banners.
  • PSA regarding Mattermost v10+

    5
    2 Votes
    5 Posts
    284 Views
    micmcM
    @shrey said in PSA regarding Mattermost v10+: Latest info regarding the OP: https://www.reddit.com/r/Mattermost/s/H1p0lcoHKF TL;DR Seems like Mattermost self-hosted version might not be free anymore. Any recommendations for a comparable FOSS alternative, preferably Cloudron-friendly? Truth is their offers have become very much confusing, and well they seems to be confused too as far as the licensing they propose now as cloud AND self-hosted seems to have the exact same price as 10/m/user for the "professional" version paid for a year in advance (?). I believe this is quite tight for a small startup that would 'eventually' scale, nonetheless one can still use it for free with a fair amount of good features (I've just installed an instance and was evaluating it actually). But--as I explained in another thread about FOSS recently--this is NOT really what we know as REAL FOSS anymore, as the free version, whether Team or Enterprise (this is confused AND confusing as well), is crippled of functions and thus imho constitute more a SHAREWARE than a FOSS as we know it. On another note, why bother self-hosting it if their price per seat is the same as their cloud offer? (wtf? loll amazing... ) I hate Talk as it's not even comparable imho, however Rocket Chat is more likely though I haven't checked them for a few years. Will take a look back for sure.
  • File upload failed

    22
    1 Votes
    22 Posts
    2k 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
    426 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
    358 Views
    C
    @nebulon Just popping back here to say this worked a charm, thanks!
  • calls plugin support

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

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

    3
    1 Votes
    3 Posts
    407 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
  • Migration To PostgreSQL - error 42601

    21
    1 Votes
    21 Posts
    1k Views
    BrutalBirdieB
    @vadim thank you very much
  • Online/offline status indicator in the Mac App broken

    3
    1 Votes
    3 Posts
    374 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
    1k 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
    477 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
    6k 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

    upgrade version 8 export import
    3
    1 Votes
    3 Posts
    489 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
    8k Views
    Sam_ukS
    @CBCUN It was an incorrect passkey in my case. Using the correct one worked.
  • 0 Votes
    6 Posts
    991 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
    1k Views
    nebulonN
    Glad this got sorted
  • Poll plugin install fails

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