Command 'juju migrate'

See also: How to manage models

Usage:

juju migrate [options] <model-name> <target-controller-name>

Summary:

Migrate a hosted model to another controller.

Global Options:

--debug  (= false)

Equivalent to --show-log --logging-config==DEBUG

-h, --help  (= false)

Show help on a command or other topic.

--logging-config (= "")

Specify log levels for modules

--quiet  (= false)

Show no informational output

--show-log  (= false)

If set, write the log file to stderr

--verbose  (= false)

Show more verbose output

Command Options:

-B, --no-browser-login  (= false)

Do not use web browser for authentication

Details:

migrate begins the migration of a model from its current controller to a new controller. This is useful for load balancing when a controller is too busy, or as a way to upgrade a model’s controller to a newer Juju version. Once complete, the model’s machine and and unit agents will be connected to the new controller. The model will no longer be available at the source controller.

Note that only hosted models can be migrated. Controller models can not be migrated.

If the migration fails for some reason, the model is returned to its original state with the model being managed by the original controller.

In order to start a migration, the target controller must be in the juju client’s local configuration cache. See the juju login command for details of how to do this.

This command only starts a model migration - it does not wait for its completion. The progress of a migration can be tracked using the “status” command and by consulting the logs.

See also:

login
controllers
status

Last updated 3 months ago.