edgedb server upgrade

Upgrade EdgeDB installations and instances.

edgedb server upgrade [OPTIONS] [name]

There are few modes of operation of this command:

  • edgedb server upgrade

    Without arguments this command upgrades all instances which aren’t running nightly EdgeDB to a latest minor version of the server.

  • edgedb server upgrade name

    Upgrades a specific instance to the specified major version of the server or to the latest nightly, by default upgrades to the latest stable. This only works for instances that initially aren’t running nightly. One of the --to-version=version or --to-nightly options must be used for this mode.

  • edgedb server upgrade --nightly

    Upgrades all existing nightly instances to the latest EdgeDB nightly version.

name

Only upgrade specified database instance.

--nightly

Upgrade all nightly instances.

--force

Force upgrade process even if there is no new version.

-v, --verbose

Produce a more verbose output.

--to-version=version

Upgrade to the specified major version.

--to-nightly

Upgrade to the latest nightly version.

Light
Dark
System