Steps to reproduce
- Install PostgreSQL from repositories
- Create db user and database, with appropriate permissions
- Copy nextcloud files to the appropriate location
- Run occ maintenance:install
Expected behaviour
Nextcloud should be installed.
Actual behaviour
Installation failed with the following message:
Error while trying to create admin user: Failed to connect to the database: An exception occurred in driver: SQLSTATE[08006] [7] FATAL: password authentication failed for user "nextcloud"
FATAL: password authentication failed for user "nextcloud"
Note that password authentication was allowed, and I was able to log in manually to the nextcloud database with the nextcloud user with sudo -u www-data psql -U nextcloud nextcloud using the password.
Server configuration
OS: Armbian (based on Ubuntu 18.04)
Server: Odroid HC1 (modified XU4), ARMv7 8-core big.LITTLE
Database: PostgreSQL 10.8 (Ubuntu 10.8-0ubuntu0.18.04.1)
PHP version: 7.2.19-0ubuntu0.18.04.1
Nextcloud version: 16.0.1
Updated from an older Nextcloud/ownCloud or fresh install: Fresh Install
Where did you install Nextcloud from: Official download
Steps to reproduce
Expected behaviour
Nextcloud should be installed.
Actual behaviour
Installation failed with the following message:
Note that password authentication was allowed, and I was able to log in manually to the
nextclouddatabase with thenextclouduser withsudo -u www-data psql -U nextcloud nextcloudusing the password.Server configuration
OS: Armbian (based on Ubuntu 18.04)
Server: Odroid HC1 (modified XU4), ARMv7 8-core big.LITTLE
Database: PostgreSQL 10.8 (Ubuntu 10.8-0ubuntu0.18.04.1)
PHP version: 7.2.19-0ubuntu0.18.04.1
Nextcloud version: 16.0.1
Updated from an older Nextcloud/ownCloud or fresh install: Fresh Install
Where did you install Nextcloud from: Official download