File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ configLogicalBackup:
218218 logical_backup_s3_endpoint : " "
219219 # S3 Secret Access Key
220220 logical_backup_s3_secret_access_key : " "
221- # S3 server side encription
221+ # S3 server side encryption
222222 logical_backup_s3_sse : " AES256"
223223 # backup schedule in the cron format
224224 logical_backup_schedule : " 30 00 * * *"
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ configLogicalBackup:
209209 logical_backup_s3_endpoint : " "
210210 # S3 Secret Access Key
211211 logical_backup_s3_secret_access_key : " "
212- # S3 server side encription
212+ # S3 server side encryption
213213 logical_backup_s3_sse : " AES256"
214214 # backup schedule in the cron format
215215 logical_backup_schedule : " 30 00 * * *"
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ configuration they are grouped under the `kubernetes` key.
284284 used for AWS volume resizing and not required if you don't need that
285285 capability. The default is ` false ` .
286286
287- * ** master_pod_move_timeout**
287+ * ** master_pod_move_timeout**
288288 The period of time to wait for the success of migration of master pods from
289289 an unschedulable node. The migration includes Patroni switchovers to
290290 respective replicas on healthy nodes. The situation where master pods still
@@ -472,7 +472,7 @@ grouped under the `logical_backup` key.
472472 When using non-AWS S3 storage, endpoint can be set as a ENV variable. The default is empty.
473473
474474* ** logical_backup_s3_sse**
475- Specify server side encription that S3 storage is using. If empty string
475+ Specify server side encryption that S3 storage is using. If empty string
476476 is specified, no argument will be passed to ` aws s3 ` command. Default: "AES256".
477477
478478* ** logical_backup_s3_access_key_id**
You can’t perform that action at this time.
0 commit comments