WebUI Database Configuration rollback question?

Hi all,

we are using bigfix version 9.5.6 and our webui db is on local webui.
if i deploy below task , is there any way rollback to local webui ?

image

Hey swiars, are you asking about whether you can set where WebUI runs (from a remote webui instance to a local webui instance)? (totally possible)

Or are you asking more if you can go from a WebUI that looks at BFEnt directly and rollback to our previous version (using a local sqlite DB?) (that’s possible too)

1 Like

hi i 'am asking second one. but how ? removing webui then installing webui is enough ?
(i’m asking this if i install webui then we face a problem like slow performance etc. )

Or are you asking more if you can go from a WebUI that looks at BFEnt directly and rollback to our previous version (using a local sqlite DB?) (that’s possible too)

Oops, sorry I missed the response to this one. It’s actually super easy. There should be a client setting when you install WebUI that sets _WebUIAppEnv_USE_BFENT = 1. Simply set it to 0 and the WebUI will revert to using a sqlite ETL database.

2 Likes

no problem . i will try in my test enviroment. Thank you.