CloudBeaver Documentation

DOWNLOAD pdf

Managing DBeaver Team Edition server

Overview

This guide covers the initial launch, management, and maintenance of Team Edition, focusing on server configuration, updates, and backups.

Launch your Team Edition instance

After launching your instance, follow these steps to access Team Edition:

  1. Open http://<Instance_IP>/ in your browser, where <Instance_IP> is the instance’s public IP.

  2. The Team Edition setup wizard will guide you through the initial configuration.

    Tip: For help locating the public IP address of your instance on each platform, see these resources:

See Team Edition Administration guide for detailed setup instructions.

Managing Team Edition with the server manager utility

Team Edition provides a built-in server manager utility in cloud deployments. Use it to manage server tasks like starting, stopping, updating, configuring, and backing up.

Using the server manager

Enter the following command to see available options:

dbeaver-te help

Managing server state

To start or stop the server:

  • Start the server:

    dbeaver-te start
    
  • Stop the server:

    dbeaver-te stop
    

Version update procedure

To update Team Edition, follow these steps:

  1. Connect to the cloud instance via SSH.
  2. List available versions:
    dbeaver-te update list
    
  3. Choose a version and run the update command:
    dbeaver-te update 24.2.0
    

Note: Replace 24.2.0 with the desired version number.

Backup and restore procedure

Back up Team Edition’s state, including service volumes, database dumps, and internal certificates:

  • Create a backup:

    dbeaver-te createBackup
    

    Options:

    • --include-certs: Adds certificates to the backup.
    • --skip-db-service: Skips database dump for external databases.
  • Restore from backup:

    dbeaver-te restoreBackup
    

Server configuration

To modify the Team Edition server configuration, edit the .env file:

dbeaver-te configure