Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostgreSQL: installation wizzard claims both the vendor specific and PDO driver are needed #367

Closed
pmattern opened this issue Jul 11, 2016 · 1 comment

Comments

@pmattern
Copy link
Contributor

pmattern commented Jul 11, 2016

Using PostgreSQL as backend the installation wizzard claims that both the PDO driver ("pdo_pgsql") and the vendor specific driver ("pgsql") are needed. To my knowledge the two drivers are never used in parallel by a single PHP application so there seems to be something wrong either with the wizzard or the PostgreSQL backend itself.

If only pdo_pgsql is available the wizzard's initial page doesn't come up but an error message
nextcloud_postgresql-both-drivers_pdo_pgsql-only
If only pgsql is available the initial page does come up but after filing all credentials and clicking "Finish setup" there's
nextcloud_postgresql-both-drivers_pgsql-only
None of the two messages can be seen when both drivers are available.

Seen running 9.0.52 or 103417f on Arch Linux (PostgreSQL 9.5.3, PHP 7.0.8, Apache 2.4.23 using the PHP module).

@icewind1991
Copy link
Member

the pgsql driver is currently used during setup, I'll see if I can get rid of it

@MorrisJobke MorrisJobke added this to the Nextcloud Next milestone Jul 16, 2016
pmattern added a commit to pmattern/documentation that referenced this issue Jan 27, 2017
* PHP: Both PostgreSQL (nextcloud/server#367) and SQLite (nextcloud/server#481)
  are handled by PDO in recent Nextcloud versions
* Apache: Distributed configuration files (".htaccess") need to be readable
  only
pmattern added a commit to pmattern/documentation that referenced this issue Jan 27, 2017
…he configuration

* PHP: Both PostgreSQL (nextcloud/server#367) and SQLite (nextcloud/server#481)
  are handled by PDO in recent Nextcloud versions
* Apache: Distributed configuration files (".htaccess") need to be readable
  only
pmattern added a commit to pmattern/documentation that referenced this issue Jan 27, 2017
…he configuration

* PHP: Both PostgreSQL (nextcloud/server#367) and SQLite (nextcloud/server#481)
  are handled by PDO in recent Nextcloud versions
* Apache: Distributed configuration files (".htaccess") need to be readable
  only
pmattern added a commit to pmattern/documentation that referenced this issue Feb 6, 2017
Both PostgreSQL (nextcloud/server#367) and SQLite (nextcloud/server#481)
are handled by PDO in recent Nextcloud versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants