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
Copy file name to clipboardExpand all lines: apps/docs/content/postgresql/how-to/manage.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,10 @@ CREATE EXTENSION vector;
122
122
CREATE EXTENSION postgis;
123
123
```
124
124
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
+
125
129
:::warning
126
130
Currently, it is not possible to add new plugins that are not already listed in `pg_available_extensions`.
127
131
:::
@@ -170,4 +174,4 @@ unaccent.rules
170
174
```
171
175
</DropdownItem>
172
176
</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