Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Releases: mhausenblas/reshifter

etcd3 fixes

06 Dec 08:09
Compare
Choose a tag to compare
etcd3 fixes Pre-release
Pre-release

Fixes #19 and #26 around etcd3. Kudos go out to @pablokbs for all the hard work here to make this happen!

Fixes UI issues and a couple of minor things

31 Jul 08:05
Compare
Choose a tag to compare

Mainly addresses #7 and a few other things. Thanks @debben for the PR!

Fixes OpenShift deployment and #9

24 Jul 14:02
Compare
Choose a tag to compare
Pre-release

Fixes the OpenShift build/deploy commands after app reorg as well as addresses #9 .

Overwrite auto-discovery in app

21 Jul 15:19
Compare
Choose a tag to compare
Pre-release

Now the overwrite auto-discovery feature is also available in the app (Web UI), in the Configuration tab:

Configuration: overwrite auto-discovery

Filter in app

21 Jul 13:29
Compare
Choose a tag to compare
Filter in app Pre-release
Pre-release

With this release the filter backup strategy is now also available in the app (Web UI) and not only in rcli anymore.

Introducing overwrite auto-discovery

21 Jul 09:41
Compare
Choose a tag to compare
Pre-release

As proposed in #4 you can now overwrite ReShifter's auto-discovery for backups, restores, and stats. This means effectively that when you use the RS_ETCD_API_VERSION environment variable, you de-activate the auto-discovery and force ReShifter to use a certain API (either v2 or v3).

For example with the CLI tool rcli, imaging you have an etcd3 cluster running but want to restore a backup using the v2 API:

# restore the backup with ID 1500628848 into your etcd3, but using the v2 API:
$ RS_ETCD_API_VERSION=v2 rcli restore -i 1500628848

Initial support for filter backup strategy

20 Jul 15:57
Compare
Choose a tag to compare

Now with an initial version for the filter backup strategy. More details and examples to follow. Hint: use RS_BACKUP_STRATEGY env variable ;)

Also: fixes a bug in rcli stats command.

Bug fix for discovery bug

20 Jul 12:49
Compare
Choose a tag to compare
Pre-release

There was a nasty logical bug (fixed in 1db5416) that caused key stats not to work properly. This release now should address #2 and #4 and in addition work correctly for every combination of etcd version (2|3) and API version (2|3).

Yet another bug fix release

19 Jul 12:45
Compare
Choose a tag to compare
Pre-release

Towards #4 re the stats part

Another bug fix release

18 Jul 15:18
Compare
Choose a tag to compare
Pre-release

Addresses #2 and #4