Releases: theory/temback
Releases · theory/temback
Release v0.5.0
Release v0.4.0
⚡ Improvements
- Added the
--dbnameoption to specify the default database to connect to.
🆚 For more detail compare changes since v0.3.1.
Release v0.3.1
⚡ Improvements
- Created separate Ubuntu-based Docker images for PostgreSQL versions 14-17.
🆚 For more detail compare changes since v0.3.0.
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
--cdoption 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, andPGHOSTenvironment variables, while respecting those variables and options.
🆚 For more detail compare changes since v0.1.1.
Release v0.1.1
⚡ Improvements
- Added the
--diroption 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.