Note: The Team Edition manager is available only on Linux.
dbeaver-te
is a utility to manage a Team Edition server. Using this manager, you can start or stop the server, as well as update its version.
dbeaver-te
will be installed automatically when using install-manager.sh
script.
Enter dbeaver-te
or dbeaver-te help
to see the help menu.
The stop
and start
commands will help you easily manage the state of the cluster, stop or start it.
To configure your server, you can enter the command dbever-te configure
.
This will open the .env
file, where you can change the parameters you want, then press Ctrl+S
to save variables and Ctrl+X
to exit the editor.
- Connect to your server through the terminal.
- Enter
dbeaver-te update list
- Choose the version you want to update.
- Run this command:
dbeaver-te update %version%
- Restart the server: run
dbeaver-te stop
, thendbeaver-te start
You can easily make backups of your cluster state, which will include service volumes, database dumps and internal certificates.
The command createBackup
creates a backup of your cluster, but you can also use the --include-certs
flags to create a backup with internal certificates (disabled by default for security) and --skip-db-service
to skip creating a database dump if you are using an external database.
The command restoreBackup
restores your cluster from backup, your cluster should already be running.