diff --git a/source/administration/changelog.md b/source/administration/changelog.md index 092730d34ee..bb85c04fea7 100644 --- a/source/administration/changelog.md +++ b/source/administration/changelog.md @@ -11,7 +11,9 @@ Also see [changelog in progress](http://bit.ly/2nK3cVf) for the next release. Mattermost v5.23.0 contains a low level security fix. [Upgrading](http://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://about.mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://www.mattermost.org/responsible-disclosure-policy/). ### Compatibility - - PostgresSQL ended long-term support for [version 9.4 in February](https://www.postgresql.org/support/versioning). Mattermost will officially be supporting Postgres version 10 with the Mattermost v5.26 release. New installs will require Postgres version 10. Previous Mattermost versions, including our current ESR, will continue to be compatible with PostgresSQL version 9.4. In our 6.0 release (date to be announced), we plan on fully deprecating PostgresSQL 9.4. We highly recommend upgrading to PostgresSQL version 10+ after August. Please follow the instructions under the Upgrading Section within [the PostgresSQL documentation](https://www.postgresql.org/support/versioning/). +PostgreSQL ended long-term support for [version 9.4 in February 2020](https://www.postgresql.org/support/versioning). Mattermost will officially be supporting PostgreSQL version 10 with the Mattermost v5.26 release. New installs will require PostgreSQL version 10. Previous Mattermost versions, including our current ESR, will continue to be compatible with PostgreSQL version 9.4. In our 6.0 release (date to be announced), we plan on fully deprecating PostgreSQL 9.4. + +We highly recommend upgrading to PostgreSQL version 10+ after August 2020. Please follow the instructions under the Upgrading Section within [the PostgreSQL documentation](https://www.postgresql.org/support/versioning/). ### Bug Fixes - Fixed an issue where using slash command ``/leave`` failed to leave the channel. diff --git a/source/administration/important-upgrade-notes.rst b/source/administration/important-upgrade-notes.rst index 50bc8fc64da..b0c5c54eeda 100644 --- a/source/administration/important-upgrade-notes.rst +++ b/source/administration/important-upgrade-notes.rst @@ -2,7 +2,7 @@ Important Upgrade Notes ======================= .. important:: - PostgresSQL ended long-term support for `version 9.4 in February `_. Mattermost will officially be supporting Postgres version 10 with the Mattermost v5.26 release. New installs will require Postgres version 10. Previous Mattermost versions, including our current ESR, will continue to be compatible with PostgresSQL version 9.4. In our 6.0 release (date to be announced), we plan on fully deprecating PostgresSQL 9.4. We highly recommend upgrading to PostgresSQL version 10+ after August. Please follow the instructions under the Upgrading Section within `the PostgresSQL documentation `_. + PostgreSQL ended long-term support for `version 9.4 in February 2020 `_. Mattermost will officially be supporting PostgreSQL version 10 with the Mattermost v5.26 release. New installs will require PostgreSQL version 10. Previous Mattermost versions, including our current ESR, will continue to be compatible with PostgreSQL version 9.4. In our 6.0 release (date to be announced), we plan on fully deprecating PostgreSQL 9.4. We highly recommend upgrading to PostgreSQL version 10+ after August 2020. Please follow the instructions under the Upgrading Section within `the PostgreSQL documentation `_. +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | If you’re upgrading from a version earlier than... | Then... |