Reset UI settings - aboutgh/about-pub GitHub Wiki
You might want to reset settings in the following cases:
- Shortcuts suddenly stop working
- Theme colors are messed up
- Broken or invalid localization
- Other UI elements aren't shown anymore
This can happen due to the following reasons:
- After multiple version upgrades
- After switching between newer and older versions
- After an incorrect shutdown
You can perform a reset using the Help ⇒ Reset Settings... action.
Be careful: this will reset all UI settings and other user preferences, including:
- resource cache, imported projects
- layout of menus, toolbars, windows, editors
- theme, colors, and fonts
- other settings from installed third-party plugins
After choosing the appropriate options, DBeaver will restart and greet you with a fresh workspace.
If you cannot launch DBeaver, you can reset the workspace manually.
Be careful: only delete any other files if you know what you're doing, and follow the steps below.
To do so, do the following:
-
- On Windows, open Explorer and navigate to
%APPDATA%\DBeaverData\workspace6\.metadata\.plugins
- On macOS, open Finder and navigate to
~/Library/DBeaverData/workspace6/.metadata/.plugins
- On Linux, open file explorer and navigate to
$XDG_DATA_HOME/DBeaverData/workspace6/.metadata/.plugins
- On Windows, open Explorer and navigate to
- First, you can try deleting the file
workbench.xmi
located in theorg.eclipse.e4.workbench
directory - If it didn't help, try deleting all files in the
.plugins
directory or that directory itself
You can clean up the workspace by deleting redundant files that accumulate as you use DBeaver.
-
Navigate to Help -> Clear History... action.
-
Choose one or more options provided below:
Name | Description |
---|---|
Task run history | Contains information about previously run tasks along with logs collected during their execution |
Query log history ![]() |
Contains information about previously run (user and meta) SQL queries |
- Click the Apply and Restart button to continue.