middleware.alauda.io group
PostgresBackup is the Schema for the postgresbackups API
v1 versionobjectPostgresBackupSpec defines the desired state of PostgresBackup
string requiredCluster is the name of the PostgreSQL cluster to backup
stringExecuteNode specifies the node where the backup job should run If empty, the backup controller will automatically select a node
objectPostgresBackupStatus defines the observed state of PostgresBackup
stringBackupName is the unique name of this backup instance
stringClusterUid is the unique identifier of the PostgreSQL cluster
objectConfigBackupStorage contains the configuration for the backup storage
string requiredstring requiredstring requiredstringError contains any error messages from the backup operation
stringExecuteNode is the node where the backup job is running
integerFinishLsn is the log sequence number when the backup finished
stringFinishTime is when the backup operation completed
stringLastModified is the timestamp when the backup was last modified
stringPGVersion is the PostgreSQL version of the cluster being backed up
integerStartLsn is the log sequence number when the backup started
stringStartTime is when the backup operation began
stringState represents the current state of the backup operation Possible values: "", "running", "failed", "succeeded", "deleteFailed"