Created attachment 267986 [details] revert user limits Arch Linux and some others are reverting the lowered user limit restrictions added to the 11.x release. It might be a good idea to pull this in too https://gitlab.archlinux.org/archlinux/packaging/packages/mattermost/-/blob/9d792340b134d9558a655ef541eda0e3d8936b86/user_limits.patch https://github.com/mattermost/mattermost/pull/33888
Why not make it a on default toggle?
But we have 10.11.x in the ports now. This is current ESR: https://docs.mattermost.com/product-overview/release-policy.html#release-types
Yeah, we are not affected by that change (yet) but will be by mid of the year. Don't know if there is someone running mattermost on FreeBSD exceeding that limit though but my instance is quite small.
I am currently preparing an update for 11.7.2 and will include the AUR user limit patch. There is an alternate patch used by NixOS but they all seem to be somewhat fragile https://github.com/NixOS/nixpkgs/blob/release-26.05/pkgs/by-name/ma/mattermost/mattermost-remove-user-limit.patch
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7d811eb5afa7011639da835ab8bb6c8884bcaca commit b7d811eb5afa7011639da835ab8bb6c8884bcaca Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2026-06-14 13:45:38 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2026-06-14 13:46:21 +0000 www/mattermost-server: Update to 11.7.3 PR: 293120 UPDATING | 9 ++++ www/mattermost-server/Makefile | 8 ++-- www/mattermost-server/distinfo | 6 +-- .../patch-channels_api4_limits__test.go (new) | 13 ++++++ .../files/patch-channels_app_limits.go (new) | 13 ++++++ .../files/patch-channels_app_limits__test.go (new) | 51 ++++++++++++++++++++++ www/mattermost-server/pkg-descr | 7 +-- www/mattermost-server/pkg-plist | 4 +- 8 files changed, 99 insertions(+), 12 deletions(-)
Committed. Thanks!