8000 Tags · siepkes/wal-g · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: siepkes/wal-g

Tags

v1.1

Toggle v1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.0

Toggle v1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix gpg test (wal-g#995)

v0.2.22

Toggle v0.2.22's commit message
Add simple test for GetBackupTimeSlices

v0.2.21

Toggle v0.2.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.2.20

Toggle v0.2.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add docker_lint target and fix exist Makefile lint order (wal-g#882)

v0.2.19

Toggle v0.2.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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].

v0.2.18

Toggle v0.2.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add prefix path option in mysql copy cmd (wal-g#796)

Co-authored-by: reshke <Kirill Reshke>

v0.2.17

Toggle v0.2.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update storage dep for aws-sdk-go 1.34.3 (wal-g#727)

v0.2.16

Toggle v0.2.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reimplement BgUploader and fix tests (wal-g#644)

v0.2.15

Toggle v0.2.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request wal-g#600 from mialinx/mysql_no_pipes

do not use stdin pipe with mysqlbinlog
0