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

Tenant settings are not deleted in the REDIS database when you delete a Tenant. #1036

Open
Tecumtha opened this issue Nov 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Tecumtha
Copy link

I have a problem with the Scalelite API.
In detail with the data in the Redis database.
It does not delete all entries correctly if you delete one or all tenants.

To Reproduce

When you add tenants and then add various settings to the tenant.

As an example: muteOnStart=true
Entries are created under “tenants_setting” for the settings in the REDIS database.

redis_vor

If you delete the tenants, not all information will be deleted and the "tenant_settings" will remain in the database

redis_nach

When you then set up tenants again, new entries are generated in "tenant_setting" and the information there is doubled.

redis_nach2

Deployment:

  1. Deployment: default systemd deployment and alternate docker-compose one
  2. Versions: v1.5.1.7
@Tecumtha Tecumtha added the bug Something isn't working label Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant