Skip to content

Commit c6a2efa

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent 06a40ae commit c6a2efa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/api/v1/backup_types.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ type BackupStatus struct {
195195
// The potential credentials for each cloud provider
196196
BarmanCredentials `json:",inline"`
197197

198+
// The PostgreSQL major version that was running when the
199+
// backup was taken.
200+
MajorVersion int `json:"majorVersion,omitempty"`
201+
198202
// EndpointCA store the CA bundle of the barman endpoint.
199203
// Useful when using self-signed certificates to avoid
200204
// errors with certificate issuer and barman-cloud-wal-archive.

0 commit comments

Comments
 (0)