Database too large

I have…

  • Read the following guideline: Troubleshooting and Support | Squidex. I understand that my support request might get deleted if I do not follow the guideline.
  • Used code blocks with ``` to format my code examples like JSON or logs properly.

I’m submitting a…

  • Regression (a behavior that stopped working in a new release)
  • Bug report
  • Performance issue
  • Documentation issue or request

Current behavior

Expected behavior

Minimal reproduction of the problem

Environment

App Name:

  • Self hosted with docker
  • Self hosted with IIS
  • Self hosted with other version
  • Cloud version

Version: [7.15]

Browser:

  • Chrome (desktop)
  • Chrome (Android)
  • Chrome (iOS)
  • Firefox
  • Safari (desktop)
  • Safari (iOS)
  • IE
  • Edge

Others:
I get prolems to bakup database Mongodb, this files: RequestLog.bson (8GB), Events2.bson (7.2 GB), Identity_Tokens.bson (6.1GB) takes a lot of memory storage on disk. Can you tell me some ways to decrease the size of my database file?

  1. RequestLog.json: you can disable that: squidex/backend/src/Squidex/appsettings.json at master · Squidex/squidex · GitHub

  2. Identity_tokens.bson: This sounds like a bug on your side, you probably create a new token for every request, which is not necessary. But they will be cleared eventually.

  3. Events2.bson: There is nothing you can do here.