8000 Releases · tembo-io/temback · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: tembo-io/temback

Release v0.3.0

05 May 22:07
v0.3.0
2f1e60d
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

Release v0.1.0

22 Apr 19:03
v0.1.0
edc3bb5
Compare
Choose a tag to compare

⚡ Improvements

  • First release, everything is new!
  • Full database backup following the depesz backup pattern
  • Uses pg_dumpall to dump global objects and pg_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.

0