middleware.alauda.io
group
PostgresRestore is the Schema for the postgresrestores API
v1
versionobject
PostgresRestoreSpec defines the desired state of PostgresRestore
object
requiredBackupCluster contains details about the source backup cluster
string
Name of the source PostgreSQL cluster
object
Storage configuration for accessing the backup
string
requiredBucket name where backups are stored
string
requiredName of the storage configuration
string
requiredNamespace where the storage configuration is located
object
S3Option contains S3-specific storage options
string
AwsS3ForcePathStyle enables path-style S3 URLs (s3.amazonaws.com/BUCKET/KEY)
boolean
S3ForcePathStyle forces path-style S3 URLs
boolean
UseWalg enables the WAL-G backup tool
boolean
UseWalgBackup enables WAL-G for backup operations
boolean
WalgDisableS3Sse disables S3 server-side encryption for WAL-G
string
Uid is the unique identifier of the source cluster
string
requiredTargetCluster is the name of the PostgreSQL cluster to restore into
string
requiredTimestamp specifies the point-in-time to restore to in RFC3339 format
object
PostgresRestoreStatus defines the observed state of PostgresRestore
string
Error contains any error messages from the restore operation
string
State represents the current state of the restore operation