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
Fix libsodium missing from GitHub Releases (wal-g#1062)
* Fix release GitHub action to enable libsodium
* Exit with failure if keys are detected but not compiled with libsodium support
Adds a check for the existence of libsodium keys in non-libsodium builds. If keys are detected then
exit with failure as the user likely wanted to encrypt all file activity but it is not possible as
the application was not compiled with support for libsodium.
Previously, wal-g would continue to operate as if no encryption was requested.
* Add option to manually trigger GitHub Action CI
Try to predict files in archive_status before listing directory (wal-……g#909)
* Try to predict files in archive_status before listing directory
* Fix next wal computation
* Format
Change wal-verify scan range (wal-g#811)
--
Implement the detection of the firstmost backup available in storage.
wal-verify will now scan through WAL segments in the range [start LSN of the earliest available backup, current LSN].