Skip to content

Releases: theandrew168/pg2s3

v0.2.0

28 Sep 02:41
Compare
Choose a tag to compare

Changelog

v0.1.4

27 Sep 04:36
Compare
Choose a tag to compare

Changelog

  • 7eb34e4 Update README
  • 7adccc9 Update to Go 1.19, adjust release file names

v0.1.3

27 Sep 04:22
Compare
Choose a tag to compare

Changelog

  • 7e54755 Add conf option to restore specific schemas
  • e7b05c1 Blow the dust off, update deps
  • 635c224 Fully quality path to pg2s3 binary
  • e4e863e Update default conf file location to /etc

v0.1.2

04 Dec 05:41
Compare
Choose a tag to compare

Changelog

  • 3ffacd0 Minor updates to .goreleaser.yml
  • 040be13 Upgrade systemd service to notify

v0.1.1

23 Nov 03:33
Compare
Choose a tag to compare

Changelog

3c7f19e Don't create home dir for pg2s3 user
2b8d942 Don't start pg2s3 upon initial install

v0.1.0

22 Nov 04:58
Compare
Choose a tag to compare

Changelog

e098763 Add systemd service file examples
84a04cc Adjust TestPrune to delete all backups
f234366 Impl basic scheduler, work on deb package
ea027f5 Move age var down in the config
731b2aa Refactor project to use a config file
c3a3514 Rename test config file
dea4c80 Start preparing for deb build
389eb19 Update README
f24092d Update README
9f81958 Update README
cc124b6 Update README
18af1d4 Update README
c81d830 Update README
9bca4a7 Update README with config file info
1a5955f Update docs and prep for scheduling
cd65ea2 Update file permissions in deb postinst

v0.0.13

06 Oct 00:31
Compare
Choose a tag to compare

Changelog

fd4c98f Remove colon from common log messages
2991da7 Update release asset names
da8f7c3 update go.mod

v0.0.12

23 Sep 22:28
Compare
Choose a tag to compare

Changelog

971f392 add file-backed buffering to initial backup output
9b37a50 simplify IO by using only internal buffers

v0.0.11

22 Sep 04:16
Compare
Choose a tag to compare

Changelog

089dc1c add missing os.Remove calls

v0.0.10

22 Sep 01:47
Compare
Choose a tag to compare

Changelog

e64640c Add encryption details to README
cb9d5d5 Add placeholders for encrypt / decrypt
e15615c Add tests for encrypt / decrypt
f2f5a63 Finish writing initial encrypt / decrypt methods
7b7fc16 Get encrypt / decrypt working on the CLI