Commit Graph

126 Commits

Author SHA1 Message Date
Alexander Müller
62a3bdf1b5
chore: update recommended ubuntu lts version from 22.04 to 24.04
I hope this is correct? In the portal we say 24.04 is recommended https://portal.nextcloud.com/article/Installation/Installation---Supported-platforms

Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com>
2025-04-28 09:02:25 +02:00
Jyrki Gadinger
5229fae9c9 fix: update macOS requirement for desktop clients
Also include Alma 8 (EL8) as a supported distro for our AppImages

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-04-09 08:28:22 +02:00
Raymond Hackley
ce45a4a0ef docs(admin): add Alpine Linux
Alpine Linux is a well maintained distro, which features a lightweight
environment, and good choice for LNMP.

Add Alpine Linux to system requirements.

Signed-off-by: Raymond Hackley <wonderfulShrineMaidenOfParadise@postmarketos.org>
2025-03-01 21:03:53 +01:00
Josh
0ff528bd4c
fix(admin): Update required sqlite to 3.24+
Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-02-01 12:47:22 -05:00
Marcel Müller
680ab7552e chore(talk): Update minimum requirements to 9.0+
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2025-01-02 15:43:19 +01:00
Claudio Cambra
1604fb6412 Add note on Apple App Transport Security for the macOS desktop client
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-12-06 18:04:19 +01:00
Sowjanya Kota
ba5db8e99e
Update minimum android version supported for talk
Signed-off-by: Sowjanya Kota <sowjanya.kch@gmail.com>
2024-11-20 16:40:29 +01:00
Côme Chilliet
cc695515d7
Merge pull request #12292 from nextcloud/bugfix/noid/8.4-support
feat(developer): Mention PHP 8.4 support
2024-11-18 11:51:05 +01:00
Joas Schilling
89793e80be
fix(admin): List PHP 8.4 as supported
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-11-18 11:36:00 +01:00
Ferdinand Thiessen
d2a379c52d
feat: Support postgres 17 but drop postgres 12
* 17 is the latest release we should support
* 12 is now (as of 2024-11-15) end-of-life.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-11-13 02:58:48 +01:00
Josh
cb09ad5cf6 fix: add minimum sqlite version to system requirements
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-09-16 16:57:14 -04:00
Joas Schilling
3c0222564f
feat(admin): List more supported Oracle versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-07-19 16:44:24 +02:00
Ferdinand Thiessen
1f60f2c82f
fix(admin): Adjust supported Ubuntu versions (incl. 24.04)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-17 13:54:41 +02:00
Ferdinand Thiessen
f93fcb032b
fix: Adjust system requirement for upcoming Nextcloud 30
Clarify which versions we are testing and thus can support:
* MySQL 8.0 LTS + 8.4 LTS
* MariaDB 10.6 LTS, 10.11 LTS and 11.4 LTS
* *(other databases unchanged)*

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-26 11:32:58 +02:00
Josh
2d3dee7677
fix(Requirements): Memory constrained environments
* various apps/features/configurations require more than the minimum so let's make it clearer that only meeting the minimum does come with trade-offs
* the built-in Updater requires PHP memory_limit (and/or available RAM) equal to the current size of the downloaded Archive package (see nextcloud/updater#505). Otherwise it will always fail on step 5 (integrity check). Let's mention that so people aren't surprised. They can of course do a manual update still.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-05-01 11:27:29 -04:00
Richard Steinmetz
2929777efc
feat(admin): drop php 8.0
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-04-09 11:55:56 +02:00
Josh
173b2c3413
docs(admin): Update Android system requirements to 7
Fixes nextcloud/android#12758

Also already documented/requirement in the Play Store entries for both Files and Talk apps. So not a policy change; just documenting what's already reality.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-04-02 15:21:53 -04:00
Ferdinand Thiessen
9791035074
fix(admin): Update supported database support
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-01-27 13:59:10 +01:00
Côme Chilliet
a84675fb0e
Document PHP 8.3 support
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-10-12 11:18:58 +02:00
Joas Schilling
9a16d1e383
fix(admin): Update recommended OS
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-05 09:02:50 +02:00
tflidd
4cacf86d08
Update Debian version in system_requirements.rst
If we recommend a Debian operating system, it would be better to use a version that already ships a php version that is supported by NC.

https://wiki.debian.org/PHP#Available_versions

Not sure if you do some specific tests on a Debian setup and to claim to support it, you would need to adjust the version as well.

Perhaps backport to NC26 as well.

Signed-off-by: tflidd <tflidd@aspekte.net>
2023-07-27 13:35:04 +02:00
Marcel Müller
104b9da4f2 Adjust iOS requirements to iOS 15
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2023-06-12 14:20:14 +02:00
Joas Schilling
98a17f1361
fix(requirements): Recommend PHP 8.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-15 13:54:57 +02:00
Joas Schilling
cc3d162164
fix(requirements): Clarify recommended MariaDB version
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-05-15 13:54:27 +02:00
Joas Schilling
ef92ad4fab
fix(syntax): Fix list syntax in system requirements
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2023-04-21 17:49:08 +02:00
fenn-cs
5ebfca922f Note PHP8.0 deprecation
PHP8.0 is now deprecated in Nextcloud 27.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-03-30 14:50:35 +01:00
Côme Chilliet
bfabdd8368
Document 32bits known limitations
Dates before Epoch or after 2038 cannot be represented as an integer and
 throw when calling getTimestamp on the DateTime object.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-21 17:32:37 +01:00
Côme Chilliet
823e15725d
Up minimum PHP version to 8.0 and maximum to 8.2
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-21 15:59:45 +01:00
Matthieu Gallien
f6e598a666
adjust system requirements of desktop client
not sure about the linux requirements

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-02-14 15:04:01 +01:00
Côme Chilliet
2015f28598
Fix back wording after revert
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-08 10:32:42 +01:00
Côme Chilliet
8db7f482f8
Revert "64-bit is required for NC26"
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-08 10:32:35 +01:00
Marcel Müller
97d52aafff
Update talk-android requirements
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2023-01-30 15:00:04 +01:00
Simon L
b02e70ce98
Merge pull request #9195 from J0WI/mariadb-10.6
Update recommend MariaDB versions
2022-11-16 00:47:37 +01:00
Joas Schilling
b11a13301e
Fix RST
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-14 13:01:27 +01:00
Daphne Muller
547989b733
Update system_requirements.rst
Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com>
2022-11-14 12:59:01 +01:00
Simon L
647d73b90f add postgres 15 back
Signed-off-by: Simon L <szaimen@e.mail.de>
2022-11-14 11:59:29 +01:00
Vincent Petry
7e4df33b98
Update Debian and openSUSE versions in sys reqs
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-11-08 12:22:50 +01:00
szaimen
91eb326ac7 64-bit is required for NC26
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-11-02 11:08:53 +01:00
Andrew Dawes
e1bc8c6667 Fixed several typos and grammar errors
Signed-off-by: Andrew Dawes <andrewsdawes@gmail.com>
2022-10-25 07:32:25 +02:00
Joas Schilling
8fd7cfa442
Merge pull request #9218 from nextcloud/bugfix/noid/document-postgres-14-support
Document Postgres 14 support
2022-10-17 22:36:01 +02:00
Joas Schilling
7f57c8898e
Document Postgres 14 support
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-17 07:12:44 +02:00
Ivan Sein
2ca3579c5c Update iOS apps requirements to iOS 14.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2022-10-17 00:37:19 +02:00
J0WI
ca0831e45d Update recommend MariaDB versions
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-10-07 14:18:23 +02:00
Joas Schilling
8cc6555a00
Update system_requirements.rst
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2022-09-22 20:34:12 +02:00
szaimen
44d0fb4471 document that 64bit is required
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-07-11 16:17:42 +02:00
SystemKeeper
5ef844075e
Update iOS requirements
Latest version of Nextcloud Talk iOS requires atleast iOS 12 (see https://github.com/nextcloud/talk-ios/pull/736)
Latest version of Nextcloud Files iOS requires atleast iOS 12.1 (see e2e52363b0/Nextcloud.xcodeproj/project.pbxproj (L3026))

Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>

Signed-off-by: SystemKeeper <marcel-mueller@gmx.de>
2022-06-16 11:48:24 +02:00
Álvaro Brey
cac0014888 system_reqs: Update Android version for Files
Signed-off-by: Álvaro Brey <alvaro@alvarobrey.com>
2022-05-03 15:42:05 +02:00
Joas Schilling
503e0b7cd7
Adjust PHP requirements for 24 2022-03-29 21:26:37 +02:00
Joas Schilling
63d86393e0
Fix "Malformed table."
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-22 14:17:47 +01:00
acsfer
54b28d28b6
Drop PostgreSQL 9.6 support (EOL)
As per https://github.com/nextcloud/server/pull/31011
2022-02-07 17:04:13 +01:00