-
Notifications
You must be signed in to change notification settings - Fork 943
[🐛 Bug]: provisioned providers are not installed during first deploy #4388
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
Comments
The issue you're encountering is due to the To resolve this, ensure that the After ensuring the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Can you check if you are running the latest version? Issue shouldve been fixed in #4309 |
yes, it works! thanks! |
but old provider still exist in database, it is OK? (rename vms -> victoriametrics)
|
It's not ideal, but we're working on a fix for that: #4399 |
Describe the bug
Hi!
I'm facing a provisioned provider issue.
I deploying new installation of keep with configured provisioned provider.
After deploying I cant find provider in UI or database (table
provider
is empty).I found following error in backend logs:
Looks like problem in tenant table (not exist row tenant_id=keep).
After first login (not sure that first login is required) I restart backend pod and the provider appeared in the database.
To Reproduce
Steps to reproduce the behavior:
Deploy new installation of
keep
with configured provisioned providersTry to find installed provider in UI and database
The text was updated successfully, but these errors were encountered: