mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
nextcloud/tasks/install.yml: Clarify install & upgrade realities
This commit is contained in:
parent
a4f9cba1bb
commit
c4738b007e
1 changed files with 7 additions and 4 deletions
|
@ -61,12 +61,15 @@
|
|||
|
||||
|
||||
# February 2020: See @m-anish's PR #2119 and follow-up PR #2258.
|
||||
# 2023-03-21 & 2023-06-15: Check latest required AND recommended prereqs below.
|
||||
# e.g. Nextcloud 26 now works with PHP 8.2; Nextcloud 27 deprecates PHP 8.0
|
||||
# December 2023: Check latest required AND recommended prereqs below!
|
||||
# e.g. Nextcloud 26 works with PHP 8.2; Nextcloud 27 deprecates PHP 8.0; Nextcloud 28 works with PHP 8.3
|
||||
# https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html
|
||||
# https://docs.nextcloud.com/server/latest/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
||||
# https://docs.nextcloud.com/server/27/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
||||
# https://docs.nextcloud.com/server/26/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
||||
# https://docs.nextcloud.com/server/latest/admin_manual/installation/php_configuration.html
|
||||
# https://docs.nextcloud.com/server/28/admin_manual/installation/
|
||||
# 2023-12-15: Lifesaver manual upgrade instructions below! As Nextcloud OFTEN
|
||||
# gets badly stuck if its web-based upgrade process is attempted :/
|
||||
# https://docs.nextcloud.com/server/latest/admin_manual/maintenance/manual_upgrade.html
|
||||
- name: Install ffmpeg + libxml2 + 11 PHP packages (run 'php -m' or 'php -i' to verify)
|
||||
package:
|
||||
name:
|
||||
|
|
Loading…
Add table
Reference in a new issue