Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Switch a service from scheduler method to ui method (avoid manually edit it in DB) #1783

Open
1 task done
thelittlefireman opened this issue Dec 8, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@thelittlefireman
Copy link
Contributor

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 to ui ?
Thanks

Implementations ideas (optional)

Maybe a button to switch a service from manage by scheduer to ui.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@thelittlefireman thelittlefireman added the enhancement New feature or request label Dec 8, 2024
@TheophileDiot
Copy link
Member

Hi @thelittlefireman, thank you for opening this issue. I guess this can also be recognized as a bug.
I'll have a look at an elegant way of doing so and let you know of my findings.

@TheophileDiot TheophileDiot self-assigned this Dec 24, 2024
@TheophileDiot
Copy link
Member

@thelittlefireman did you try to do a down and up ? A simple restart doesn't change the containers metadata like the env or labels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants