From 346245568f3345578f9b7b72674bac75a2e46ff5 Mon Sep 17 00:00:00 2001 From: Benjamin Anderson <79652654+ba-edb@users.noreply.github.com> Date: Wed, 22 Dec 2021 10:52:49 -0800 Subject: [PATCH 1/2] Clarify settings change bullets in postgres_access --- .../biganimal/release/using_cluster/01_postgres_access.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx b/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx index f6533c4c635..77aaaa7191e 100644 --- a/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx +++ b/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx @@ -11,9 +11,9 @@ psql -W "postgres://edb_admin@xxxxxxxxx.xxxxx.biganimal.io: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 will not be 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. From 84a0f5ab946c406ac8b890f27cd7ebf1174093f0 Mon Sep 17 00:00:00 2001 From: Benjamin Anderson <79652654+ba-edb@users.noreply.github.com> Date: Wed, 22 Dec 2021 11:12:53 -0800 Subject: [PATCH 2/2] pr feedback Co-authored-by: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> --- .../docs/biganimal/release/using_cluster/01_postgres_access.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx b/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx index 77aaaa7191e..087ca971e35 100644 --- a/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx +++ b/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx @@ -13,7 +13,7 @@ psql -W "postgres://edb_admin@xxxxxxxxx.xxxxx.biganimal.io:5432/edb_admin?sslmod - 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. -- Changes to system configuration (GUCs) made by `edb_admin` or other Postgres users will not be persisted though a reboot or maintenance. Use the BigAnimal portal to modify system configuration. +- 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.