middleware.alauda.io
group
PostgresBackup is the Schema for the postgresbackups API
v1
versionobject
PostgresBackupSpec defines the desired state of PostgresBackup
string
requiredCluster is the name of the PostgreSQL cluster to backup
string
ExecuteNode specifies the node where the backup job should run If empty, the backup controller will automatically select a node
object
PostgresBackupStatus defines the observed state of PostgresBackup
string
BackupName is the unique name of this backup instance
string
ClusterUid is the unique identifier of the PostgreSQL cluster
object
ConfigBackupStorage contains the configuration for the backup storage
string
requiredstring
requiredstring
requiredstring
Error contains any error messages from the backup operation
string
ExecuteNode is the node where the backup job is running
integer
FinishLsn is the log sequence number when the backup finished
string
FinishTime is when the backup operation completed
string
LastModified is the timestamp when the backup was last modified
string
PGVersion is the PostgreSQL version of the cluster being backed up
integer
StartLsn is the log sequence number when the backup started
string
StartTime is when the backup operation began
string
State represents the current state of the backup operation Possible values: "", "running", "failed", "succeeded", "deleteFailed"