Skip to content

Commit dd38512

Browse files
ChristophWurstkyteinsky
authored andcommitted
feat(adminmanual): Add 26 upgrade docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent 2d75c27 commit dd38512

4 files changed

Lines changed: 26 additions & 0 deletions

File tree

admin_manual/configuration_server/email_configuration.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _email-config:
2+
13
=====
24
Email
35
=====
@@ -29,6 +31,8 @@ Sendmail when your mail server is on the same machine as Nextcloud.
2931
drop-in Sendmail replacement such as Postfix, Exim, or Courier. All of
3032
these include a ``sendmail`` binary, and are freely-interchangeable.
3133

34+
.. _email-smtp-config:
35+
3236
Configuring an SMTP server
3337
--------------------------
3438

admin_manual/installation/nginx.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _nginx-config:
2+
13
===================
24
NGINX configuration
35
===================

admin_manual/release_notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ These sub pages will cover the most important changes in Nextcloud, as well as s
1515
:maxdepth: 1
1616

1717
upgrade_to_27.rst
18+
upgrade_to_26.rst
1819

1920
Changelog
2021
---------
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
=======================
2+
Upgrade to Nextcloud 26
3+
=======================
4+
5+
System requirements
6+
-------------------
7+
8+
* PHP 8.2 is now supported, but 8.1 is recommended.
9+
* PHP7.4 is no longer supported.
10+
11+
System email
12+
------------
13+
14+
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`.
15+
16+
Web server configuration
17+
------------------------
18+
19+
* The recommended :ref:`nginx configuration<nginx-config>` changed.

0 commit comments

Comments
 (0)