mirror of
https://github.com/nextcloud/documentation.git
synced 2025-08-20 14:15:54 +00:00
docs(admin): Add upgrade to 31 section
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@ -14,6 +14,7 @@ These sub pages will cover the most important changes in Nextcloud, as well as s
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
upgrade_to_31.rst
|
||||
upgrade_to_30.rst
|
||||
upgrade_to_28.rst
|
||||
upgrade_to_27.rst
|
||||
|
13
admin_manual/release_notes/upgrade_to_31.rst
Normal file
13
admin_manual/release_notes/upgrade_to_31.rst
Normal file
@ -0,0 +1,13 @@
|
||||
=======================
|
||||
Upgrade to Nextcloud 31
|
||||
=======================
|
||||
|
||||
System requirements
|
||||
-------------------
|
||||
|
||||
* PHP 8.1 is now deprecated but still supported.
|
||||
|
||||
PHP configuration
|
||||
-----------------
|
||||
|
||||
We have a new setup warning to check if the memory reserved for APCu is high enough. If you see this warning, you should increase the memory reserved for APCu. You can do this by increasing the value of the ``apc.shm_size`` directive in your ``php.ini`` file. It is generally advised to review this value and increase it if necessary depending on your instance size.
|
Reference in New Issue
Block a user