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