DBeaver Server Installer installs, configures, starts, and stops DBeaver Team Edition server, as well as helps with installing relevant dependencies.
- Download the executable and place it in a directory of your choice.
- Add the directory to your system's PATH environment variable.
- Optional: install shell completions for your shell (see below).
- Ensure you have Go installed. You can find the minimum required version of Go in the
go.modfile. - Execute
go install github.com/dbeaver/dbeaver-server-installer@latest.
For more information about this installation method, see the Go documentation.
To see the list of available commands, run dbeaver-server-installer --help.
To deploy the DBeaver Team Edition, first ensure that all of the dependencies are satisfied
with the dbeaver-server-installer dependencies install command.
Then, run the dbeaver-server-installer configure command. Follow the instructions given by the command.
After completing the configuration, you can run dbeaver-server-installer start to start the product.
Likewise, you can run dbeaver-server-installer stop to stop the product.
NB: For now, dbeaver-server-installer start only works when you select the Run as Administrator option when launching PowerShell.
You can teach your shell to tab-complete the dbeaver-server-installer command and its subcommands. The exact steps depend on your shell.
To begin, run dbeaver-server-installer completion --help to see the list of available shells.
To see how to install completions for a specific shell, run dbeaver-server-installer completion <shell> --help. For example:
dbeaver-server-installer completion powershell --helpFollow the instructions to install the completions for your shell.