I Would like to change the data source of my ERD file to another datasource. How can I do that?
I don't have the older connection anymore, and my ERD file was customized. I can't loose it.
Editing the xml file (ERD file), I can see the tag
How can a share my ERD file if the data source id is different in each machine?
tks!
There is no such feature in UI.
You can edit ERD files directly and update id attribute in tables references:
<data-source id="mysql5-1370725517603--1301597195">
...
To get datasource ID open .dbeaver-data-sources.xml file in the root of workspace directory, find your connection there (e.g. by name) and copy id attribute.
Most helpful comment
There is no such feature in UI.
You can edit ERD files directly and update id attribute in tables references:
To get datasource ID open
.dbeaver-data-sources.xmlfile in the root of workspace directory, find your connection there (e.g. by name) and copyidattribute.