You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a script that creates a new dbeaver connection using the dbeaver command line utility (on osx), and I'm having a hard time creating it with a custom connection.type.
I've tried a few different things:
Defining it in the connection string using multiple different keys/names:
...|type=prod|...
...|connectionType=prod|...
...|connection.type=prod|...
...|prop.type=prod|...
...|prop.connectionType=prod|...
...|prop.connectiontype=prod|...
Tried using a params.properties file: /Applications/DBeaver.app/Contents/MacOS/dbeaver -vars params.properties -connect "driver=mysql|..."
with the contents:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a script that creates a new dbeaver connection using the dbeaver command line utility (on osx), and I'm having a hard time creating it with a custom
connection.type
.I've tried a few different things:
...|type=prod|...
...|connectionType=prod|...
...|connection.type=prod|...
...|prop.type=prod|...
...|prop.connectionType=prod|...
...|prop.connectiontype=prod|...
params.properties
file:/Applications/DBeaver.app/Contents/MacOS/dbeaver -vars params.properties -connect "driver=mysql|..."
with the contents:
I also deleted the existing connection just to make sure this gets created (instead of modifying an existing connection).
None of the above seemed to work. Does anyone know how to set the
connection.type
from the dbeaver command?Beta Was this translation helpful? Give feedback.
All reactions