Command 'juju set-application-base'

The information in this doc is based on Juju version 3.5.3, and may not accurately reflect other versions of Juju.

See also: status, refresh, upgrade-machine

Summary

Set an application’s base.

Usage

juju set-application-base [options] <application> <base>

Options

Flag Default Usage
--B, --no-browser-login false Do not use web browser for authentication
--m, --model Model to operate in. Accepts [<controller name>:]<model name>|<model UUID>

Examples

Set the base for the ubuntu application to [email protected]:

juju set-application-base ubuntu [email protected]

Details

The specified application’s base value will be set within juju. Any subordinates of the application will also have their base set to the provided value. A base can be specified using the OS name and the version of the OS, separated by @.

This will not change the base of any existing units, rather new units will use the new base when deployed.

It is recommended to only do this after upgrade-machine has been run for machine containing all existing units of the application.

To ensure correct binaries, run ‘juju refresh’ before running ‘juju add-unit’.


Last updated 9 days ago. Help improve this document in the forum.