Does self hosted squidex-mongodb on Kubernetes support dynamic scaling of mongodb replicas?

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.0.2] Helm Chart version : squidex7-1.0.1

Browser:

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

Others:

What do you mean with “dynamic” scaling? Dynamically scaling a database is a very, very bad idea. Because when you have a new member you have to copy every single item from one machine to the other. if you have a 100GB of data this might take a while, much longer than needed to react to dynamic load.