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

Tags: afefelov/wal-g

Tags

v0.1.12

Toggle v0.1.12's commit message
Fix prefetch of files near the end of archive

v0.1.11

Toggle v0.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move WAL overwrite prevention under switch and add precaution checks (w…

…al-g#109)

* Move WAL overwrite under switch and add precaution checks for archive_mode=always and the parallel upload fails

* Add docs about WALG_PREVENAT_WAL_OVERWRITE

v0.1.10

Toggle v0.1.10'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#36 from Aevin1387/s3-sse

Add AWS S3 Server Side Encryption support.

v0.1.9

Toggle v0.1.9'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#95 from CyberDem0n/bugfix/mtime-compare

Compare file modification times using Equal method

v0.1.8

Toggle v0.1.8's commit message
Bump go version

v0.1.7

Toggle v0.1.7'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#71 from ferhatelmas/defer-err

Defer after checking error

v0.1.6

Toggle v0.1.6's commit message
Merge branch 'master' of https://github.com/wal-g/wal-g

v0.1.5

Toggle v0.1.5's commit message
Parallel upload of files from archive_status

v0.1.4

Toggle v0.1.4's commit message
Address wal-g#50: complain about archive_mode and archive_command. Cu…

…rrently this is printed as warning. Will consider panic in future

v0.1.3

Toggle v0.1.3's commit message
Fix return code of delete when have less than asked to keep.

BTW it is somewhat controversial: should we warn user automation?
0