Skip to content

Commit 1368e70

Browse files
authored
Merge pull request #13888 from nextcloud/enh/noid/postgres-updates
feat: Support postgres 18 but drop postgres 13
2 parents 8007477 + b7f5086 commit 1368e70

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

admin_manual/installation/system_requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For best performance, stability and functionality we have documented some recomm
2727
| | - MariaDB 10.6 / 10.11 / **11.4** (recommended) / 11.8 |
2828
| | - Oracle Database 19c, 21c, 23ai |
2929
| | (*only as part of an enterprise subscription*) |
30-
| | - PostgreSQL 13/14/15/16/17 |
30+
| | - PostgreSQL 14/14/15/16/18 |
3131
| | - SQLite 3.24+ (*only recommended for testing and minimal-instances*) |
3232
+------------------+-----------------------------------------------------------------------+
3333
| Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) |

admin_manual/release_notes/upgrade_to_33.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ System requirements
88
* PHP 8.2 is now deprecated but still supported.
99
* PHP 8.1 is no longer supported.
1010
* Oracle 11g is no longer supported.
11+
* PostgreSQL 13 is no longer supported.
1112

1213
If you configured restrictions on which domains can be contacted on the internet, you need to add connectivity.nextcloud.com to the allowlist, as it’s now used by default to test internet connectivity instead of www.nextcloud.com. You can also configure any other URL to use in the configuration instead. See :ref:`connections_to_remote_servers`.
1314

0 commit comments

Comments
 (0)