2. Install and update

2.1. Installation on Linux

  1. Download the RDBExpert distribution from the official Red Database Management System website. The download is available only to authorized users.

  2. Set executable permissions for the downloaded file:

sudo chmod +x rdbexpert-2026.08-installer.run
  1. Run the RDBExpert installation:

[sudo] ./rdbexpert-2026.08-installer.run [-- <options>]

<options>::=
  --no-prompt
| --path=</path/to/installation/directory>

If sudo is not specified, RDBExpert can only be run by the user under whose account the installation was performed. If the installation is performed as a superuser, RBDExpert will be available to all users if you answer “Yes” to “Allow other users to run the application?”.

The --no-prompt option sets the installation to silent mode.

The --path option specifies the path where RDBExpert will be installed. The default is /opt/rdbexpert.

Example of using the options:

./rdbexpert-2026.08-installer.run -- --no-prompt --path=/opt/rdbexpert
  1. Run RDBExpert.

Installation on RedOS 8

  1. Add the application repository to /etc/yum.repos.d, to do this, install the rdbexpert-release package:

    sudo dnf install -y rdbexpert-release
    
  2. Install RDBexpert:

sudo dnf install -y rdbexpert

More information on managing repositories in RedOS 8.

2.2. Installation on Windows

  1. Download the RDBExpert distribution from the official Red Database Management System website. The download is available only to authorized users.

  2. Run rdbexpert-<version>-installer-windows.exe. Installation is performed using the standard software installation wizard. After installation, a shortcut to the application will appear on your desktop.

  3. Run RDBExpert.

2.3. Installing the portable RDBExpert

  1. Download the RDBExpert distribution from the official Red Database Management System website. The download is available only to authorized users.

  2. Extract the archive containing the portable version of RDBExpert: rdbexpert-<version>-portable-linux.tar.gz on Linux or rdbexpert-<version>-portable-windows.zip on Windows.

  3. Run RDBExpert.

Translated with DeepL.com (free version)

2.4. Installation Java

The Java supplied with RDBExpert is used by default. When upgrading from older versions of RDBExpert (2025.05 and below), Java will be downloaded automatically.

To use third-party Java, you need to specify it in RDBExpert/config/launcher.conf. You must use an absolute path to the executable file, for example:

  • Example for Windows:

    app.java.path=C:\ProgramFiles\openjdk-21\bin\java.exe
    
  • Example for Linux:

    app.java.path=/usr/lib/jvm/openjdk-21/bin/java
    

You can run the application from the console as java -jar rdbexpert.jar command from the directory where rdbexpert.jar is located, You can also launch the Launcher by running the command ./RDBExpert64. When starting the Launcher, you can specify JVM arguments, for example:

./RDBExpert64 -Djna.debug_load=true

Also JVM arguments can be specified in RDBExpert/config/launcher.conf:

# ---------------------
# - JVM CONFIGURATION -
# ---------------------
-Djna.debug_load=true # as example

2.5. Update

  1. When a new version of the application is released, a dialog box will appear to notify you that a new version has been released, and the status bar will display the message Update available.

  2. Click the Download button in the dialog box or the status bar and start the update.

  3. When the update is complete, restart RDBExpert.

You can also check for updates via menu item Help \(\to\) Check for updates.

Skip version

The Skip Version button keeps application at the current version and disables notifications of available update. In this case, there will be no update notifications until the next version is released. You can install the skipped version via menu item Help \(\to\) Check for updates.

You can postpone the update by clicking the Remind Later button. Then the dialog box informing you about the available update will open again at the next application start.