From c38bf04f51fb3a2144d7c2185779249e293af8fb Mon Sep 17 00:00:00 2001 From: Yogesh Mahajan Date: Mon, 31 Jan 2022 20:24:15 +0530 Subject: [PATCH] Correct documentation for 'Add named restore point'. Fixes #7086 --- docs/en_US/add_restore_point_dialog.rst | 4 ++-- docs/en_US/release_notes_6_5.rst | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en_US/add_restore_point_dialog.rst b/docs/en_US/add_restore_point_dialog.rst index 0a3bce579..7cf125267 100644 --- a/docs/en_US/add_restore_point_dialog.rst +++ b/docs/en_US/add_restore_point_dialog.rst @@ -6,8 +6,8 @@ Use the *Add named restore point* dialog to take a named snapshot of the state of the server for use in a recovery file. To create a named restore point, the -server's postgresql.conf file must specify a *wal_level* value of *archive*, -*hot_standby*, or *logical*. You must be a database superuser to create a +server's postgresql.conf file must specify a *wal_level* value of *replica*, +*logical*, or *minimal*. You must be a database superuser to create a restore point. .. image:: images/add_restore_point.png diff --git a/docs/en_US/release_notes_6_5.rst b/docs/en_US/release_notes_6_5.rst index f1c004aca..bbf73a086 100644 --- a/docs/en_US/release_notes_6_5.rst +++ b/docs/en_US/release_notes_6_5.rst @@ -22,6 +22,7 @@ Bug fixes | `Issue #6916 `_ - Added flag in runtime to disable GPU hardware acceleration. | `Issue #7035 `_ - Fixed an issue where connections keep open to (closed) connections on the initial connection to the database server. | `Issue #7085 `_ - Ensure that Partitioned tables should be visible correctly when creating multiple partition levels. +| `Issue #7086 `_ - Correct documentation for 'Add named restore point'. | `Issue #7100 `_ - Fixed an issue where the Browser tree gets disappears when scrolling sequences. | `Issue #7109 `_ - Make the size blank for all the directories in the file select dialog. | `Issue #7118 `_ - Ensure that JSON files should be downloaded properly from the storage manager.