We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a40ae commit c6a2efaCopy full SHA for c6a2efa
pkg/api/v1/backup_types.go
@@ -195,6 +195,10 @@ type BackupStatus struct {
195
// The potential credentials for each cloud provider
196
BarmanCredentials `json:",inline"`
197
198
+ // The PostgreSQL major version that was running when the
199
+ // backup was taken.
200
+ MajorVersion int `json:"majorVersion,omitempty"`
201
+
202
// EndpointCA store the CA bundle of the barman endpoint.
203
// Useful when using self-signed certificates to avoid
204
// errors with certificate issuer and barman-cloud-wal-archive.
0 commit comments