Configuring local backup settings for fresh install of the Management subsystem
You can configure backups for your Management subsystem in your Kubernetes environment.
Before you begin
About this task
If you haven't already, configure your Management subsystem custom
resource
.
Procedure
Configure your Management subsystem
custom resource
with the
databaseBackup
subsection. For local backups, you need specify only the schedule
. For Version 10.0.3.0 or later, you can also optionally specify
repoRetentionFull
:
databaseBackup:
schedule: "0 3 * * *"
repoRetentionFull: 2
Setting | Description |
---|---|
schedule |
Cron like schedule for performing automatic backups. The format for the schedule is:
The timezone for backups is that of the node on which the postgres-operator pod is scheduled. There is no default backup schedule set. Be sure to set your backup schedule. All scheduled Management subsystem backups
are of type |
repoRetentionFull |
v10.0.3.0 or later- The number of full local backups to retain. When the next full
backup successfully completes, and the specified number of retained backups is reached, the oldest
full backup is deleted. All incremental backups and archives associated with the oldest full backup
also expire. Incremental backups are not counted for this setting. Applies to both manual backups and scheduled backups. Minimum value: Maximum value:
Default: none |