timescale / timescaledb-backup

Other
33 stars 9 forks source link

requesting new release for timescaledb-backup #47

Open hardikm10 opened 2 years ago

hardikm10 commented 2 years ago

The current release 0.1.1 doesn't have these 3 commits:

  1. https://github.com/timescale/timescaledb-backup/commit/11ac15b092a89517f319c0bc9e53f6ae732a8013
  2. https://github.com/timescale/timescaledb-backup/commit/c4343c888b988129a899e1576e988ced57fa7d92
  3. https://github.com/timescale/timescaledb-backup/commit/210f7608077234975911594901a3492bd0df7060

It would be great if a new release is possible with these changes accommodated.

aclarkee commented 2 years ago

+1 - would really like the ability to turn compression off for pg_dump..

brkastner commented 2 years ago

I ended up building it from source to see if c4343c8 would fix my issue. Here's all you need to do if you already have Go on your system:

git clone https://github.com/timescale/timescaledb-backup.git
cd timescaledb-backup/cmd/ts-dump
go build
./ts-dump --db-URI="..." --dump-dir="..."
jeanlst commented 2 years ago

bump on this