I am relatively new here in the area of Mattermost and wanted to ask whether it makes sense that I do not take the way of UPGRADE for the beginning and set up the system (self-hosted) again?
I haven’t done anything else yet, as this is a relatively new topic for me.
Or would it make sense to upgrade according to the instructions, so to speak as training for the future?
upgrading is not difficult, it boils down to stopping the server, copying the new files over the old ones and starting the server, which will then automatically take care of the rest.
Serting up a new system will require to carry over the configuration and migrating users and data (unless you really want to start with a completely fresh install).
You mean for the Site URL setting? This should point to the URL your clients are accessing, so the URL which points to your nginx (including the scheme and ports (if non-standard)).
If this is not what you meant, can you share a screenshot of what Mattermost is asking you, please?
Sure, but this of course only works if nginx is running on the same server as Mattermost, otherwise a localhost connection is not possible.
In order to make sure Mattermost only listens on the local interface, you will need to change the Listen Address in System Console → Environment → Web Server to 127.0.0.1:8065 (The default value :8065 means that it will listen on all interfaces on the server, therefore nginx could be bypassed).
You need to restart Mattermost for the change to take effect and you can verify that this is working by comparing the outputs of lsof -i :8065 on your Mattermost server before and after the change (you should see *:8065 before and 127.0.0.1:8065 afterwards).
Hey Alexander,
thank you very much, it was very helpful and i can changed it on my system.
And YES, on my Server with Mattermost is NGINX running. Have a nice weekend and /or Sunday afternoon /evening.
Best regards