InfoGrab Docs

중요 업그레이드 노트

Mattermost 버전 업그레이드 시 확인해야 할 중요 노트와 주의사항을 설명합니다.

Mattermost Server v10.5 확장 지원 릴리스 지원이 2025년 11월 15일로 수명 주기가 종료되었습니다. Mattermost Server v10.11 이상 으로 업그레이드해야 합니다. We recommend reviewing the additional upgrade notes at the bottom of this page. If you're upgrading from a version earlier than... Then... v11.6 Single-channel guests are no longer counted toward the primary licensed seat count and are permitted free up to a 1:1 ratio with licensed seats. A new stat card, license row, and admin banner provide visibility into single-channel guest usage and overage warnings. v11.5 Added a new column translations.state and a new index idx_translations_state to the translations table. The migrations are fully backwards-compatible and no database downtime is expected for this upgrade. The SQL queries included are: ALTER TABLE translations ADD COLUMN IF NOT EXISTS state varchar(20) NOT NULL; CREATE INDEX IF NOT EXISTS idx_translations_state ON translations(state) WHERE state IN ('processing'); | | Added a new column channelmembers.autotranslationdisabled to the channelmembers table. The migrations are fully | | | backwards-compatible and no database downtime is expected for this upgrade. The SQL queries included are: | | | | | | ALTER TABLE channelmembers | | | ADD COLUMN IF NOT EXISTS autotranslationdisabled boolean NOT NULL DEFAULT false; | | | Modified the column <code>translations.objectType</code> and changed the primary key <code>(objectId, dstLang)</code> to <code>(objectId, objectType, dstLang)</c