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.
Only upgrade specified database instance.
Upgrade all nightly instances.
Force upgrade process even if there is no new version.
Produce a more verbose output.
Upgrade to the specified major version.
Upgrade to the latest nightly version.