mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Fix PHP prerequisites of databases
Both PostgreSQL (nextcloud/server#367) and SQLite (nextcloud/server#481) are handled by PDO in recent Nextcloud versions.
This commit is contained in:
@@ -56,9 +56,9 @@ Required:
|
||||
|
||||
Database connectors (pick the one for your database:)
|
||||
|
||||
* PHP module sqlite (>= 3, usually not recommended for performance reasons)
|
||||
* PHP module pdo_sqlite (>= 3, usually not recommended for performance reasons)
|
||||
* PHP module pdo_mysql (MySQL/MariaDB)
|
||||
* PHP module pgsql (requires PostgreSQL >= 9.0)
|
||||
* PHP module pdo_pgsql (requires PostgreSQL >= 9.0)
|
||||
|
||||
*Recommended* packages:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user