Install EdgeDB server.
edgedb server install [OPTIONS]
edgedb server install
is a terminal command for installing a
specific EdgeDB server version.
Performs the installation in interactive mode, similar to how downloading and installing works.
Installs the nightly server version.
Specifies whether the server should be installed via the local
package system (package
) or as a docker image (docker
).
Specifies the version of the server to be installed. Defaults to the most recent release.