Skip to content

Releases: theory/temback

Release v0.5.0

11 Jul 15:23
v0.5.0
cf8589f

Choose a tag to compare

🏗️ Build and Distribution

  • Moved from the Tembo GitHub account and Quay registry to the theory account and GHCR.

🆚 For more detail compare changes since v0.4.0.

Release v0.4.0

26 Jun 18:24
v0.4.0
90db72f

Choose a tag to compare

⚡ Improvements

  • Added the --dbname option to specify the default database to connect to.

🆚 For more detail compare changes since v0.3.1.

Release v0.3.1

31 May 03:55
v0.3.1
433cd23

Choose a tag to compare

⚡ 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

05 May 22:07
v0.3.0
2f1e60d

Choose a tag to compare

⚡ 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

05 May 18:06
v0.2.4
6aeb95d

Choose a tag to compare

⚡ 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

05 May 16:43
97e2fd3

Choose a tag to compare

⚡ Improvements

  • Install temback binary into PATH in the OCI image.

🆚 For more detail compare changes since v0.2.2.

Release v0.2.2

05 May 15:18
v0.2.2
956a09d

Choose a tag to compare

⚡ Improvements

  • Use alpine for base image

🆚 For more detail compare changes since v0.2.1.

Release v0.2.1

30 Apr 16:07
v0.2.1
2eeb03b

Choose a tag to compare

⚡ Improvements

  • Added AES256 server-side encryption to the S3 upload.

🆚 For more detail compare changes since v0.2.0.

Release v0.2.0

30 Apr 15:33
v0.2.0
c4eda1a

Choose a tag to compare

⚡ 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, and PGHOST environment variables, while respecting those variables and options.

🆚 For more detail compare changes since v0.1.1.

Release v0.1.1

24 Apr 22:45
v0.1.1
0a6689c

Choose a tag to compare

⚡ 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.