Skip to content

Commit

Permalink
Merge pull request #2165 from EnterpriseDB/ba/update-postgres-access
Browse files Browse the repository at this point in the history
Clarify settings change bullets in postgres_access
  • Loading branch information
drothery-edb authored Dec 22, 2021
2 parents c0e699a + 84a0f5a commit b69f76a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ psql -W "postgres://[email protected]:5432/edb_admin?sslmod
```
## Notes on the edb_admin role

- The `edb_admin` role does not have superuser priviledges by default. Contact [Support](../overview/06_support) to request superuser priviledges for `edb_admin`.
- The `edb_admin` role does not have superuser priviledges by default. Contact [Support](../overview/06_support) to request superuser priviledges for `edb_admin`. If you request superuser privileges, you **must** take care to limit the number of connections used by superusers to avoid degraded service and/or compromising availability.

- superuser setting changes are not retained after a restart. To avoid issues, do not run the system out of superuser connections.
- Changes to system configuration (GUCs) made by edb_admin or other Postgres users are not persisted though a reboot or maintenance. Use the BigAnimal portal to modify system configuration.

- You have to remember your `edb_admin` password as EDB does not have access to it. If you forget it, you can set a new one in the BigAnimal portal on the Edit Cluster page.

Expand Down

0 comments on commit b69f76a

Please sign in to comment.