You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Default user-backend (database)
LDAP/ Active Directory
SSO - SAML
Other
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
This bug is related to this pull request. #34645
Because when execute $connectionMainDatabase->executeQuery('GRANT CREATE ON SCHEMA public TO ' . addslashes($this->dbUser)); the postgres database may not create.
Same here, but in plain (not Docker) web install of the latest NC.
Spent 3 days trying figure out what's wrong with my Postgres settings - ended here with NC bug.
It's pity that since Jun 2023 Posgtres setup isn't supported in fact despite what's stated on official reqs page...
susnux
pushed a commit
to whlsxl/nextcloud-server
that referenced
this issue
Mar 20, 2024
Bug description
Fresh install nextcloud & postgresql, when
occ maintenance:install
, will post an error something like:Steps to reproduce
postgres
& thepasswordExpected behavior
Nextcloud was successfully installed
Installation method
Community Docker image
Nextcloud Server version
26
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.1
Web server
Nginx
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
This bug is related to this pull request. #34645
Because when execute
$connectionMainDatabase->executeQuery('GRANT CREATE ON SCHEMA public TO ' . addslashes($this->dbUser));
the postgres database may not create.server/lib/private/Setup/PostgreSQL.php
Line 82 in eb7b682
Same issue: eb7b682#commitcomment-95275498
The text was updated successfully, but these errors were encountered: