@joseph, @girish — let me help clarify some real-world use cases your clients face:
We use NocoDB, Directus, n8n, and similar tools with large datasets.
Cloudron is an excellent hosting platform and fully capable of being used in production environments.
However, it’s concerning to see how the update logic currently works — for example, during a version upgrade, the script upgrades the database and freezes all other apps.
Imagine a client running NocoDB with 500 GB of data — even if it's the only app, this can be a serious issue.
You've added powerful applications to the Cloudron App Store that are clearly meant for serious, data-heavy production use. But this makes it even more critical to improve update and recovery mechanisms.
Please consider implementing the following improvements:
- Add the ability to force-stop an update and roll back to the previous stable state.
- Ensure that other apps are not frozen during an upgrade, especially if they are not directly affected.
I’m even willing to pay for such improvements as an optional feature or extension.
I’ve already invested a lot of time trying to resolve these issues, and I’m still stuck — any help or solution would be highly appreciated.