[Question/feature request] Where is configuratoin stored now?
See original GitHub issueI lost this note in the 6.1.3 release note https://dbeaver.io/2019/07/31/dbeaver-6-1-3/
New project configuration format was implemented. Main advantages:
Which direcotories should i now backup to save my DBeaver configuration?
$HOME/.local/share/.DBeaverData/workspace6/
is full of stuff i do not need to backup (logs, locks, plugins, …)
old dir $HOME/.dbeaver4/
seams ot be dead and gone, correct?
Could you please save logs, locks ands stuff in one dir, which again i do not need to backup, and real config files that help me bootstrap a new dbeaver install from scratch with no pain (logins, credentials, shortcuts, windows/tabs positions, …) in one dir, which basically will be the only dir i will need to backup? Pretty please… 😃
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Where can I submit Tenable.SC Feature Requests?
Previously Feature Requests were submitted using the Client Portal webiste, but now it was moved to the community.tenable.com website.
Read more >Is there a way to submit a feature request with AV?
To answer the more basic question, there are two ways to submit feedback or file requests: 1 - Customers can open a support...
Read more >Issue tracking system and product feature requests
Search for or create issues and feature requests, by product · In the following tables of issue trackers, locate the product. · Click...
Read more >bug reporting - Where can I send feature requests? - Ask Ubuntu
For individual apps, the best way is filing a bug requests or feature request in the ... It is also possible to file...
Read more >How can I submit a feature request to snowflake?
Hi @dstandish , this is a great question, thank you for asking and ... Snowflake now allows you to submit a feature request...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Regarding original question: Workspace contains all the stuff (including working files). You can skip
.metadata
folder if you don’t need it. Also all dbeaver configs may be placed in different projects. Eg. you may have one local project + several shared projects (cloned from Git). All projects reside in workspace folder. Default project name ifGeneral
. So if you don’t use multiple projects you can backup just folderworkspace6/General
.@wiwwo It is
~/.local/share
if XDG_DATA_HOME not set (just fixed the wiki page, thanks for noticing) @snakyjake1 You can change default location by passing-data path
command line parameter (or add it in dbeaver.ini file)