Skip to content

Commit

Permalink
update backup tip for authenticated connection (#7291)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ball authored Feb 18, 2021
1 parent aca3192 commit c7b48f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ To immediately back up your YugabyteDB universe YSQL data:

Click **OK**. The requested backup begins immediately.

{{< note title="Backing up data encrypted at rest" >}}
{{< note title="Backup tips" >}}

If the universe has encryption at rest enabled, data files are backed up as-is (encrypted) to reduce the computation cost of a backup and to keep the files encrypted.
A universe key metadata file, containing key references, is also backed up.

To allow Yugabyte Platform to back up encrypted data with user authentication enabled, follow the [instructions here](../../../manage-deployments/edit-config-flags) to add the following T-Server flags:
To allow Yugabyte Platform to back up your data with user authentication enabled, follow the [instructions here](../../../manage-deployments/edit-config-flags) to add the following T-Server flags:

`ysql_enable_auth = true`

Expand Down

0 comments on commit c7b48f0

Please sign in to comment.