Plesk for Linux
kb: technical
Applicable to:
- Plesk for Linux
Symptoms
-
Changing the password for PostgreSQL returns this error:
Internal error:
ERROR: unrecognized role option "createuser" LINE 1: create user "admin" password 'password' createdb createuser ^
Message ERROR: unrecognized role option "createuser" LINE 1: create user "admin" password 'password' createdb createuser ^
File DatabaseManagerPostgreSQL.php
Line 375
Type PleskFatalException -
If Ubuntu is used,
backportssource list may be enabled:# grep backports /etc/apt/sources.list
## Also, please note that software in backports WILL NOT receive any review
deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
Cause
An unsupported version of PostgreSQL is installed.
Resolution
- Remove the unsupported version of PostgreSQL
- Disable any repositories or sources that install it
- Install a supported version
Comments
Please sign in to leave a comment.