DBeaver Enterprise

25.3.0

README

Thank you for using DBeaver Team Edition!

Installing DBeaver Team Edition
========================
  Use automatic installer distribution (Windows, MacOS and Linux versions)
  or just unpack archive and start "dbeaver" executable.

Configuring Domain Controller
========================
  DBeaver Team Edition requires a remote server (Domain Controller or DC) to operate.
  It will try to detect DC server automatically by getting value from:
    - Environment variable DBEAVER_DOMAIN_CONTROLLER
    - Init parameter DBEAVER_DOMAIN_CONTROLLER (dbeaver.ini file: -DDBEAVER_DOMAIN_CONTROLLER=URL)
    - Windows registry key HKEY_CURRENT_USER\Software\DBeaverTeam\DomainControllerURL
    - Windows registry key HKEY_LOCAL_MACHINE\Software\DBeaverTeam\DomainControllerURL

  If it fails (none of methods above worked) then it will ask for DC URL in popup dialog.
  After that passed URL will be saved in file
  %APPDATA%\DBeaverData\team-workspace\.metadata\domain-controller.properties

Command line parameters
========================

  -nosplash
    Do not show splash screen

  -nl locale
    Use specified locale instead of default one.
    Example: -nl en (use English locale).

  -vm <java vm path>
    Use Java VM installed in <java vm path> folder instead of default
    location.

  -vmargs <jvm parameters>
    Allows to pass any number of additional parameters to JVM.
    Additional parameters may be used to customize environment or
    3-rd party jdbc drivers.

  -vmargs -Xmx2048m
    Gives DBeaver 2048 megabytes of memory (1024 can be changed to any appropriate value).

  -clean
    Clears all Eclipse caches. Use it if DBeaver fails to start after version upgrade.

Web
==========
  Official web site: https://dbeaver.com
  Support: https://dbeaver.com/support

Contacts
==============
  support@dbeaver.com       - Technical support, feature suggestions and any other questions.
