Skip to content

Commit 517c3e5

Browse files
Merge pull request #91563 from gaurav-nelson/ROX-27873-db-value-fix
Fixed the database permission details
2 parents decaca1 + 8fac6a3 commit 517c3e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/central-configuration-options-operator.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,11 @@ This parameter has the following constraints:
9898
* Connection string must be in keyword/value format as described in the PostgreSQL documentation. For more information, see the links in the *Additional resources* section.
9999
* Postgres 15 is the recommended and supported version. Red{nbsp}Hat has deprecated the support for Postgres 13 and will remove it in the newer versions of {product-title-short}.
100100
* Connections through PGBouncer are not supported.
101-
* User must be a superuser who can create and delete databases.
101+
* You must have the following permissions on the database:
102+
** Connection rights to the database.
103+
** Usage and create privileges on the schema.
104+
** Select, insert, update, and delete privileges on all tables.
105+
** Usage privileges on all sequences in the schema.
102106

103107
| `central.db.tolerations`
104108
| If the node selector selects tainted nodes, use this parameter to specify a taint toleration key, value, and effect for Central DB. This parameter is mainly used for infrastructure nodes.

0 commit comments

Comments
 (0)