Skip to content

Releases: juju/juju-restore

v0.17

Choose a tag to compare

@wallyworld wallyworld released this 23 Apr 03:25
783a52c

What's Changed

Full Changelog: v0.16...v0.17

v0.16

Choose a tag to compare

@hpidcock hpidcock released this 17 Feb 04:12
464852e

What's Changed

  • fix: add missing ssl arg to controller restore by @wallyworld in #28

Full Changelog: v0.15...v0.16

v0.15

Choose a tag to compare

@hpidcock hpidcock released this 17 Feb 04:00
e0f777b

What's Changed

Full Changelog: v0.14...v0.15

juju-restore v0.14

Choose a tag to compare

@wallyworld wallyworld released this 03 Feb 03:51
4df958d

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

juju-restore v0.13

Choose a tag to compare

@wallyworld wallyworld released this 19 Jan 06:50
5b47f64

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

juju-restore v0.12

Choose a tag to compare

@wallyworld wallyworld released this 16 Nov 05:16
3e40fac

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

Choose a tag to compare

@benhoyt benhoyt released this 13 Oct 19:45
cf0b7a1

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

juju-restore v0.10

Choose a tag to compare

@benhoyt benhoyt released this 11 Oct 23:21
a7eb09b

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

juju-restore v0.9 Pre-release
Pre-release

Choose a tag to compare

@babbageclunk babbageclunk released this 27 Apr 04:22
9ddfa42

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

juju-restore v0.5 Pre-release
Pre-release

Choose a tag to compare

@babbageclunk babbageclunk released this 29 Mar 22:16
86d38bf

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.