dbeaver / cloudbeaver

Cloud Database Manager

Home Page:https://dbeaver.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set simple view as a default one doesn't work

wieczorslawo opened this issue · comments

Trying to set a simple view as a default one, but it seems to not work.
https://dbeaver.com/docs/cloudbeaver/Server-configuration/#navigator-settings

image
Is there something I do wrong?

Used version:
Backend version
23.3.4.202402051107
Frontend version
23.3.4.202402051112

Thanks

Hi @wieczorslawo!
Config looks right.
What config are you changing exactly? For initial start or for existing workspace?
.cloudbeaver.runtime.conf in the workspace has more power than .cloudbeaver.conf.

Also you always can change view via UI. Navigate Administration - Server configuration - Navigator simple view

I enter it to the cloudbeaver.conf json file: app.defaultNavigatorSettings

Please, try to add it to .cloudbeaver.runtime.conf

added it also to /opt/cloudbeaver/workspace/.data/.cloudbeaver.runtime.conf file and unfortunately still no effect:
image

Are you trying to change existing connections?

Simple/advanced view affects only new connections. This setting is applied to a connect only at the moment of creation.

So if you want to change view for existing connections, then change the same three parameters in /opt/cloudbeaver/workspace/GlobalConfiguration/data-sources.conf.
Or change it via UI
image

That clarified everything, thank you very much :)