Skip to content

Files

Latest commit

 

History

History
38 lines (21 loc) · 1.61 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.61 KB

Team Edition server manager

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.

Instalation

dbeaver-te will be installed automatically when using install-manager.sh script.

How to use manager

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.

Configuration

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.

Version update procedure

  1. Connect to your server through the terminal.
  2. Enter dbeaver-te update list
  3. Choose the version you want to update.
  4. Run this command: dbeaver-te update %version%
  5. Restart the server: run dbeaver-te stop, then dbeaver-te start

Backup and restore cluster

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.