You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WAL archiving now creates the pgBackRest stanza on the first WAL archive by default (createStanza=OnFirstArchive) instead of only during the first backup. Set createStanza=OnBackup to keep the previous behavior.
Features
Create pgbackrest stanza during WAL archiving when missing (3e8c96f)
Make stanza creation configurable via Archive createStanza (9962568)
Bug Fixes
deps: Update module google.golang.org/grpc to v1.83.0 (#129) (71c3d59)
restorer: Return ErrWALNotFound on archive-get not-found exit (92d7cf2)