mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #10539 from nextcloud/feat/adminmanual/26-upgrade-docs
feat(adminmanual): Add 26 upgrade docs
This commit is contained in:
@@ -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
|
||||
--------------------------
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
.. _nginx-config:
|
||||
|
||||
===================
|
||||
NGINX configuration
|
||||
===================
|
||||
|
||||
@@ -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
|
||||
---------
|
||||
|
||||
19
admin_manual/release_notes/upgrade_to_26.rst
Normal file
19
admin_manual/release_notes/upgrade_to_26.rst
Normal 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.
|
||||
Reference in New Issue
Block a user