From 9523939daea07193c8e5e53d0ff51d27a8df2514 Mon Sep 17 00:00:00 2001 From: amanda reed Date: Thu, 9 Mar 2023 19:52:20 +0000 Subject: [PATCH] [AWN-198013] Updating detailed remediation steps --- en/google/sql/postgresql-log-min-error-statement.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/en/google/sql/postgresql-log-min-error-statement.md b/en/google/sql/postgresql-log-min-error-statement.md index 3a1a810e9..794c236f2 100644 --- a/en/google/sql/postgresql-log-min-error-statement.md +++ b/en/google/sql/postgresql-log-min-error-statement.md @@ -15,9 +15,10 @@ | **Recommended Action** | Ensure that log_min_error_statement flag is set to Error for all PostgreSQL instances. | ## Detailed Remediation Steps -1. In the Google Cloud console, create a new Google Cloud console project, or open an existing project by selecting the project name. -2. Open the instance and click Edit. -3. Scroll down to the Flags section. -4. To set a flag that has not been set on the instance before, click Add item, choose the "log_min_error_statement" flag from the drop-down menu, and set its value. -5. Click Save to save your changes. -6. Confirm your changes under Flags on the Overview page. \ No newline at end of file +1. Log into the Google Cloud Platform Console. +2. Scroll down the left navigation panel and click on "SQL". +3. On the "SQL" page, select the SQL Instance which needs to be verified by clicking on the checkbox next to its name. +4. Scroll down to the Flags section. +5. To set a flag that has not been set on the instance before, click Add item, choose the `log_min_error_statement` flag from the drop-down menu, and set its value to `error`. +6. Click Save to save your changes. +7. Confirm your changes under Flags on the Overview page.. \ No newline at end of file