You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
If you delete the tenants, not all information will be deleted and the "tenant_settings" will remain in the database
When you then set up tenants again, new entries are generated in "tenant_setting" and the information there is doubled.
Deployment:
Deployment: default systemd deployment and alternate docker-compose one
Versions: v1.5.1.7
The text was updated successfully, but these errors were encountered:
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.
If you delete the tenants, not all information will be deleted and the "tenant_settings" will remain in the database
When you then set up tenants again, new entries are generated in "tenant_setting" and the information there is doubled.
Deployment:
The text was updated successfully, but these errors were encountered: