Skip to content

v6.25.2: TUI persistence audit: add WAL archiving (PITREnabled) save/load, expand test coverage from 37 to 57 fields with full round-trip verification

Latest

Choose a tag to compare

@PlusOne PlusOne released this 11 Feb 14:16
· 1 commit to main since this release

v6.25.2: TUI persistence audit: add WAL archiving (PITREnabled) save/load, expand test coverage from 37 to 57 fields with full round-trip verification

Downloads

Platform Architecture Binary
Linux x86_64 (Intel/AMD) dbbackup_linux_amd64
Linux ARM64 dbbackup_linux_arm64
Linux ARMv7 dbbackup_linux_arm_armv7
macOS Intel dbbackup_darwin_amd64
macOS Apple Silicon (M1/M2) dbbackup_darwin_arm64

Installation

# Linux x86_64
curl -LO https://github.com/PlusOne/dbbackup/releases/download/v6.25.2/dbbackup_linux_amd64
chmod +x dbbackup_linux_amd64
sudo mv dbbackup_linux_amd64 /usr/local/bin/dbbackup

# macOS Apple Silicon
curl -LO https://github.com/PlusOne/dbbackup/releases/download/v6.25.2/dbbackup_darwin_arm64
chmod +x dbbackup_darwin_arm64
sudo mv dbbackup_darwin_arm64 /usr/local/bin/dbbackup