Skip to content

Commit 0d92bdf

Browse files
committed
postgres superuser note
1 parent 171d88f commit 0d92bdf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apps/docs/content/postgresql/how-to/manage.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ CREATE EXTENSION vector;
122122
CREATE EXTENSION postgis;
123123
```
124124

125+
:::info Superuser Credentials
126+
The PostgreSQL superuser (`postgres`) credentials can be found in the environment variables of your PostgreSQL service. Look for the `superUser` and `superUserPassword` variables in the Zerops GUI under your PostgreSQL service's environment variables section.
127+
:::
128+
125129
:::warning
126130
Currently, it is not possible to add new plugins that are not already listed in `pg_available_extensions`.
127131
:::
@@ -170,4 +174,4 @@ unaccent.rules
170174
```
171175
</DropdownItem>
172176
</Dropdown>
173-
For more information on text search dictionaries, refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/16/textsearch-dictionaries.html).
177+
For more information on text search dictionaries, refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/16/textsearch-dictionaries.html).

0 commit comments

Comments
 (0)