middleware.alauda.io group
PostgresRestore is the Schema for the postgresrestores API
v1 versionobjectPostgresRestoreSpec defines the desired state of PostgresRestore
object requiredBackupCluster contains details about the source backup cluster
stringName of the source PostgreSQL cluster
objectStorage 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
objectS3Option contains S3-specific storage options
stringAwsS3ForcePathStyle enables path-style S3 URLs (s3.amazonaws.com/BUCKET/KEY)
booleanS3ForcePathStyle forces path-style S3 URLs
booleanUseWalg enables the WAL-G backup tool
booleanUseWalgBackup enables WAL-G for backup operations
booleanWalgDisableS3Sse disables S3 server-side encryption for WAL-G
stringUid 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
objectPostgresRestoreStatus defines the observed state of PostgresRestore
stringError contains any error messages from the restore operation
stringState represents the current state of the restore operation