Releases: mhausenblas/reshifter
etcd3 fixes
Fixes UI issues and a couple of minor things
Fixes OpenShift deployment and #9
Fixes the OpenShift build/deploy commands after app reorg as well as addresses #9 .
Overwrite auto-discovery in app
Filter in app
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
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
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
Yet another bug fix release
Towards #4 re the stats part