We are running multiple apps in a single Cloudron instance. In Matomo, we are tracking our project, which has millions of daily active users and numerous custom dimensions. We need to generate detailed reports to analyze trends, which results in a significant amount of data.
Our main concern is monitoring and scaling the server's storage when needed. With the internal database, we would have to manually clean up storage or scale the instance, whereas a remote database with auto-scaling would handle this seamlessly. This is why we were exploring connecting Matomo to an external database.
Also during the scaling process, our other apps will be affected.
Is there a workaround to prevent Cloudron from overwriting the config changes, or is there an alternative approach to achieve this?
Thanks!