Skip to content

Releases: pshima/consul-snapshot

0.2.3

16 Aug 16:25
Compare
Choose a tag to compare

0.2.3

  • Add support for Google Cloud Storage
  • Updated google cloud import
  • Changed health check to not use connection pool

0.2.2

25 Aug 21:55
Compare
Choose a tag to compare

0.2.2

  • Add hostname to backup file
  • Add optional prefix configured via env var
  • Add optional SSE for S3 backups

v0.2.1

14 Jul 20:33
Compare
Choose a tag to compare

0.2.1

  • Bug fix for restore path

v0.2.0

14 Jul 19:20
Compare
Choose a tag to compare

0.2.0

  • Clean up acceptance test logics by moving to config struct
  • Back up ACLs
  • Back up Prepared Queries
  • Optionally encrypt data with a CRYPTO_PASSWORD environment variable passphrase
  • Add metadata on backups
  • Refactor backup layout and adjust restores
  • Add additional unit and acceptance tests
  • Add a default backup interval of 60 seconds

0.2.0 retains backward compatibility with restorations of older versions of backups

v0.1.6

08 Jul 19:53
Compare
Choose a tag to compare

0.1.6

  • Fix regression in temp file restore location [Issue#4]

v0.1.4

28 Apr 20:02
Compare
Choose a tag to compare
  • Minor update to remove AWS credentials as required

v0.1.3

05 Feb 00:21
Compare
Choose a tag to compare

0.1.3

  • Add configurable tmp dir

v0.1.2

03 Feb 17:58
Compare
Choose a tag to compare

0.1.2

  • Fix regression in remote file naming

v0.1.1

02 Feb 23:17
Compare
Choose a tag to compare

0.1.1

  • Explicitly state that the backup completed successfully
  • Add count of keys to log output
  • Add travis.yml for testing
  • Write to a better structured remote path in s3 bucket bucketname/backups/year/month/day/*
  • Rebuild with latest hashicorp/go-cleanhttp
  • Add updatedeps Makefile option

v0.1.0

28 Jan 18:32
Compare
Choose a tag to compare

Initial release that supports basic backup and restore.