Releases: tembo-io/temback
Releases · tembo-io/temback
Release v0.3.0
⚡ Improvements
- Switched to multipart upload to S3 to support large backups.
📔 Notes
- Updated all dependencies.
🆚 For more detail compare changes since v0.2.4.
Release v0.2.4
⚡ Improvements
- Always build a static binary. Fixes the OCI image on AMD64.
🆚 For more detail compare changes since v0.2.3.
Release v0.2.3
⚡ Improvements
- Install temback binary into PATH in the OCI image.
🆚 For more detail compare changes since v0.2.2.
Release v0.2.2
Release v0.2.1
⚡ Improvements
- Added AES256 server-side encryption to the S3 upload.
🆚 For more detail compare changes since v0.2.0.
Release v0.2.0
⚡ Improvements
- Added the
--cd
option to switch to a directory before performing the backup. - Refactored the handling of the connection options and environment variables to avoid passing a password on the command-line, and to only set the values if they exist. This will allow backups without a username, password, or host name, or the equivalent
PGUSER
,PGPASSWORD
, andPGHOST
environment variables, while respecting those variables and options.
🆚 For more detail compare changes since v0.1.1.
Release v0.1.1
⚡ Improvements
- Added the
--dir
option to specify the S3 subdirectory in which to upload backups.
🪲 Bug Fixes
- Fixed the name of the file uploaded to S3 to end in
.tar.gz
.
🆚 For more detail compare changes since v0.1.0.
Release v0.1.0
⚡ Improvements
- First release, everything is new!
- Full database backup following the depesz backup pattern
- Uses
pg_dumpall
to dump global objects andpg_dump
to dump each database - Supports parallel directory and plain text dumps
- Generates a
README.md
to guide restoration - Optionally uploads resulting backup tarball to S3
🏗️ Build Setup
- Built with Go
- Compiled for a number of platforms
- Download the binary from GitHub
- Also available as an OCI image
📚 Documentation
- Build and install docs in the README
🆚 For more detail compare changes since feec925.