Merge pull request #10539 from nextcloud/feat/adminmanual/26-upgrade-docs

feat(adminmanual): Add 26 upgrade docs
This commit is contained in:
Christoph Wurst
2023-05-31 15:23:57 +02:00
committed by GitHub
4 changed files with 26 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
.. _email-config:
=====
Email
=====
@@ -29,6 +31,8 @@ Sendmail when your mail server is on the same machine as Nextcloud.
drop-in Sendmail replacement such as Postfix, Exim, or Courier. All of
these include a ``sendmail`` binary, and are freely-interchangeable.
.. _email-smtp-config:
Configuring an SMTP server
--------------------------

View File

@@ -1,3 +1,5 @@
.. _nginx-config:
===================
NGINX configuration
===================

View File

@@ -16,6 +16,7 @@ These sub pages will cover the most important changes in Nextcloud, as well as s
upgrade_to_28.rst
upgrade_to_27.rst
upgrade_to_26.rst
Changelog
---------

View File

@@ -0,0 +1,19 @@
=======================
Upgrade to Nextcloud 26
=======================
System requirements
-------------------
* PHP 8.2 is now supported, but 8.1 is recommended.
* PHP7.4 is no longer supported.
System email
------------
The software component to send system emails (notifications, invites, password reset, etc) had to be replaced. The new library should work without any changes out of the box for most setups. Only NTLM/Exchange is kown to be no longer supported. See :ref:`email-smtp-config`.
Web server configuration
------------------------
* The recommended :ref:`nginx configuration<nginx-config>` changed.