Skip to content

Releases: juju/juju-restore

juju-restore v0.14

03 Feb 03:51
4df958d
Compare
Choose a tag to compare

Add support for cloning secret backend rotations to the --copy-controller option.
See #25 .

juju-restore v0.13

19 Jan 06:50
5b47f64
Compare
Choose a tag to compare

Add support for cloning secret backends to the --copy-controller option.
See #24 .

juju-restore v0.12

16 Nov 05:16
3e40fac
Compare
Choose a tag to compare

Add a new --copy-controller option to initialise a new controller to look like a backed up controller.
This is useful when setting up a controller for a newer Juju version and copying to that new controller users, clouds, and config from an existing controller.
See #23.

juju-restore v0.11

13 Oct 19:45
cf0b7a1
Compare
Choose a tag to compare

Use normal (non-raw) standard input for prompts; add --yes option. See #19.

juju-restore v0.10

11 Oct 23:21
a7eb09b
Compare
Choose a tag to compare

Fixes problems when controller is running Focal (due to paths being different when mongorestore is installed via a Snap). See #18

juju-restore v0.9

27 Apr 04:22
9ddfa42
Compare
Choose a tag to compare
juju-restore v0.9 Pre-release
Pre-release

This release extends juju-restore to support downgrading a controller by restoring a backup taken before the controller was upgraded. This is prevented by default, but can be enabled by passing the --allow-downgrade option.

v0.9 also adds auto-loading credentials from the current machine's agent.conf file, and fixes a bug (#12) in the code that miscounted how many HA nodes are in a backup.

juju-restore v0.5

29 Mar 22:16
86d38bf
Compare
Choose a tag to compare
juju-restore v0.5 Pre-release
Pre-release

This initial release of juju-restore supports restoring a Juju backup into the same controller it was taken from. It will only allow restoring when the Juju version and HA configuration are the same as when the backup was created. Future versions will relax these restrictions to allow using restore to rollback failed upgrades, and restore into a new controller for disaster recovery purposes.