Can we Switch multiple databases without docker instance?

Hi Team,

can we switch two different databases without stopping docker container for workflow.
for example : if i start the workflow container with database 1 and on run time can i switch two database -2 without restarting docker container.

Thank You,
Tanay Patil

Hey @Tanay_Acro,

I don’t think that is possible as we read the config on startup. I guess technically though if you use the same hostname and credentials you could update a DNS record to swap between databases and it would in theory connect but I am not sure what the benefit would be from doing this.