im also on 5.8.0 and experience this. ubuntu server though
Changing DefaultServerLocale always resets to "en" on server startup
How to start the server without pinging the DB
Hi, @Miguel
In regards to the statement that you have here:
The weird thing is that I have read posts of people successfully connecting Mattermost to an AWS (RDS) MySQL Database, so I don’t understand how people did it.
Perhaps you can share the article(s) that you came across highlighting the success of doing this so we can dig for more information that we can utilize to make this work. Potentially, we can also try to get in touch with the users who successfully make it work to compare the configuration that they have with yours too to see if it is something missing from Mattermost or rather Aurora’s side instead.
If you don’t mind me asking, can you also share the snippet of the SQL settings from your config.json file as well just to ensure that we don’t miss out on anything minor?
"SqlSettings": {
"DriverName": "mysql",
"DataSource": "xxx:xxx@tcp(xxx:3306)/xxx?charset=utf8mb4,utf8\u0026readTimeout=30s\u0026writeTimeout=30s",
},`
P2P File Sending
Hello, @langemeijer
Thank you for sharing the suggestions. I checked on both links and wanted to try them. However, I ran into some issues with sharedrop (file transfer failed) and the choose file was disabled for WebRTC group sharing :
Nevertheless, I would still consider a P2P file sharing feature as an extra add-on / integration for Mattermost as it adds extra value to allow big file transfers since the default file sharing works fine:
In this case, I would say an integration will be pretty awesome to have.
Failed to get embedded content for a post
I have many errors in my log, because users post links to servers, which they can access, but the Mattermost server can not.
How can I tell Mattermost not to try domains, which are not accessible for the server?
Built-in WebRTC video and audio calls removed in v5.6 in favor of open source plugins
Do i understand this right?
There is a Zoom plugin for Mattermost but Zoom itself is Closed Source and a payed service? Why does it matter if the plugin is copensource?
The informations i found for the on-premise zoom seems like there is no real self-host and every meeting connector has to pass their cloud “drm”.
Problem with creating a post only. Other APIs are working fine
Hi all,
The other APIs are working for me except for the create a post API version 4 (https://documenter.getpostman.com/view/4508214/RW8FERUn#130b2a40-e787-4bad-9753-eae9c6095077).
Here is an image of the Postman app settings i’m using. Please help me understand the mistake i’m making. It keeps stating “Invalid or missing post in request body”.
Built-in WebRTC video and audio calls removed in v5.6 in favor of open source plugins
Thank you for the feedback!
If you are looking for a self-hosted audio/video collaboration tool, BigBlueButton plugin is our recommendation. It offers calls as well as screenshare.
It is getting considerable usage and there is an opportunity to work together with communities to enhance it.
Built-in WebRTC video and audio calls removed in v5.6 in favor of open source plugins
Thanks for the hint jason. I was only searching for a possibility to call someone
I like bbb but its some kind of a behemoth for my use. Have a nice day
How to start the server without pinging the DB
As far as post from people who have done it, here you go:
The most intriguing is this “official” doc from Mattermost itself. The table right at the very end of the page indicates that I can use Aurora RDS for MySQL:
https://docs.mattermost.com/deployment/scaling.html
This person is using a RDS MySQL DB
Another example:
As far as SQL settings (password and key edited):
“SqlSettings”: {
“DriverName”: “mysql”,
“DataSource”: “mmuser: password @tcp(172.16.3.114:3306)/mattermosm?charset=utf8mb4,utf8\u0026readTimeout=30s\u0026writeTimeout=30s”,
“DataSourceReplicas”: [],
“DataSourceSearchReplicas”: [],
“MaxIdleConns”: 20,
“ConnMaxLifetimeMilliseconds”: 3600000,
“MaxOpenConns”: 300,
“Trace”: false,
“AtRestEncryptKey”: “key”,
“QueryTimeout”: 30
},
Problem with creating a post only. Other APIs are working fine
Hi @talksonweb,
Our official API guide is here: https://api.mattermost.com/#tag/posts. It also includes information about the error message you’re seeing. Would you be open to taking a look and then letting us know if this helps?
Changing DefaultServerLocale always resets to "en" on server startup
Hi all, I realized we already have a bug ticket open to fix this: https://mattermost.atlassian.net/browse/MM-14361.
Problem with creating a post only. Other APIs are working fine
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
Problem with creating a post only. Other APIs are working fine
I knew about this doc. I had used this for the other APIs.
The above API is the one i’m having problem with. Can you please guide me on this?
I’m providing the two required parameters but getting back an error message.
I want to create channel name of 2 byte character in application version
Hi @Babbles,
Our developers determined that this sounds like a bug, so I opened a bug ticket for this here: https://mattermost.atlassian.net/browse/MM-14498.
API Upload File not uploading
Hi @paulus,
Our developers said this sounds like a bug so I opened a bug ticket: https://mattermost.atlassian.net/browse/MM-14499.
How to start the server without pinging the DB
Hi, @Miguel
Indeed, the table includes the information of Aurora RDS for both MySQL and PostgreSQL too. I went through the SQL settings you provided and while the settings look similar (except for the spaces in between), I wonder if the name mattermosm (instead of mattermost) is intended or just a small typo on your end under the DataSource object:
“DataSource”: “mmuser: **password** @tcp(172.16.3.114:3306)/mattermosm?charset=utf8mb4,utf8\u0026readTimeout=30s\u0026writeTimeout=30s”,
Apart from that, everything looks similar to mine. @jtor, perhaps you can share a little bit more insight on how Aurora is being used on your instance?
Run Mattermost using AWS Aurora serverless
Hi, everyone.
To avoid duplicated efforts, this issue is currently being discussed in the latest post here:
Thanks!
[SOLVED] Users automatically joining multiple public channels
Hello, @lenusch
From what I understand here, you want to have users to be able to join public / private channels automatically but can you explain a little bit further on the differences between server wide and teams wide? Can you provide some examples too? That will help us to understand if this is something that is achievable or not available just yet.
Meanwhile, the documentation you referred to allows you to add new users to the channels you configured through the modification of the ExperimentalDefaultChannels array under the TeamSettings object. For example:
"ExperimentalDefaultChannels": ["announcement", "development", "testing"]
[SOLVED] Users automatically joining multiple public channels
I would try this plugin
Then you can specify per team which message should come and what should happen.
Merge 2 teams into 1 team
Hey there,
is there a way to merge 2 Teams on one Server into 1 Team.
I could ensure that the channel names are unique if this is an issue.
Cheers,
Oliver