We hope to see this app available soon. We are already using it in a self-hosted setup on our systems, but for convenience we would like to migrate it to Cloudron.
How can we help you make this happen?
david.opalia
Posts
-
twenty - A Modern Open Source CRM -
Plane - "The open source project management tool"We are currently running it self-hosted in Docker on our NAS, but we would migrate to Cloudron if it becomes available.
Can we help ?
-
Twenty CRM update on Cloudron fails – database schema mismatch (missing column)Error logs
QueryFailedError: column core.workspace.useRecommendedModels does not exist code: '42703' routine: 'errorMissingColumn'This happens during a query when checking user existence (CheckUserExists).
What I understand
It looks like the application expects new fields in the core.workspace table, but the database schema was not updated accordingly.
What I tried
I manually added one missing column:
ALTER TABLE core.workspace ADD COLUMN "enabledAiModelIds" jsonb;But the app still fails due to another missing column:
useRecommendedModelsAdditional issue
I tried to run migrations manually:
npm run typeorm migration:runBut the script does not exist.
-
Twenty CRM update on Cloudron fails – database schema mismatch (missing column)The documentation say :
"Cross-version upgrades (v1.22+)
Starting from v1.22, Twenty supports cross-version upgrades. You can jump directly from any supported version to the latest release without stepping through each intermediate version. For example, upgrading from v1.22 straight to v2.0 is fully supported."So I think it's ok for now.
-
SolidtimeIt looks interesting for us too. How can we help ?
-
twenty - A Modern Open Source CRM@marcusquinn Do you have any update from the Cloudron team? I’d like to use Twenty CRM with my team, but I’m not sure whether I should try installing it myself with Docker or wait for your Cloudron integration.
-
twenty - A Modern Open Source CRM -
twenty - A Modern Open Source CRM@marcusquinn Thanks for your work on the Twenty CRM integration with Cloudron.
Would it be possible for you to share your integration (even if it’s just a test or partial setup)?
I’d like to try deploying it internally with my team and, if needed, contribute to improving or adapting it, while we wait for validation of the integration from the Cloudron team.