Skip to content

Commit 231c850

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent eacd13b commit 231c850

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pkg/api/v1/cluster_types.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ const (
112112
// MissingWALDiskSpaceExitCode is the exit code the instance manager
113113
// will use to signal that there's no more WAL disk space
114114
MissingWALDiskSpaceExitCode = 4
115+
116+
// MissingWALArchivePlugin is the exit code used by the instance manager
117+
// to indicate that it started successfully, but the configured WAL
118+
// archiving plugin is not available.
119+
MissingWALArchivePlugin = 5
115120
)
116121

117122
// SnapshotOwnerReference defines the reference type for the owner of the snapshot.

0 commit comments

Comments
 (0)