[FEATURE] Switch a service from scheduler
method to ui
method (avoid manually edit it in DB)
#1783
Open
1 task done
Labels
enhancement
New feature or request
What's needed and why?
Hi,
I would like to drop a huge part of my docker-compose environments variables to get a more clean and unify configuration with the UI.
I delete these env vars and restart bw-scheduler, but in DB the still be marked as
setup with scheduler
I've deleted an BBB service from environment variable in my docker compose file, but it is still present in the bw-scheduler/ui, and I can't delete it because it's marked as
setup with scheduler
(no dustbin icon). Moreover, it creates some wrong configuration cause the FQDN associated with it doesn't exist anymore (let'encrypt can't renew issue).I prefer to avoid to directly edit the DB by changing the
method
column on every row. (method db)Could it be possible to have a button to switch a service from
scheduler
toui
?Thanks
Implementations ideas (optional)
Maybe a button to switch a service from manage by
scheduer
toui
.Code of Conduct
The text was updated successfully, but these errors were encountered: