John
John
TTwenty
Created by Skyfox675 on 11/15/2024 in #❓︱help
Migrate from `twentycrm/twenty-postgres` to `twentycrm/twenty-postgres-spilo`
Using Dockercompose, these steps worked for me: 0. Create backup 1. PG Dump All: docker exec -it <db_container_name_or_id> pg_dumpall -U <postgres_user> > databases_backup.sql 2. In dockercompose disable migrations on both server and worker 3. Spin up spilo 4. Connect to spilo docker exec -it <spilo_container> bash and restore psql -U postgres < all_databases_backup.sql 5. Docker compose up and verify that you can login, read / delete records 6. Turn migrations back on
9 replies
TTwenty
Created by Skyfox675 on 11/15/2024 in #❓︱help
Migrate from `twentycrm/twenty-postgres` to `twentycrm/twenty-postgres-spilo`
Curious @Skyfox675 if you migrated yet and if you saved the steps you completed
9 replies
TTwenty
Created by John on 10/5/2024 in #❓︱help
Gmail / Calendar Fails to Sync
Solved - Make sure that your env vars live on both the worker and server. If they just live on the server you won't error out on the front end and the integration will be "enabled" but will fail when attempting to connect
4 replies
TTwenty
Created by John on 10/5/2024 in #❓︱help
Gmail / Calendar Fails to Sync
Selfhost - running on Debian GCE instance. Can provide .env as necessary. My gut says might be a Google workplace issue rather than a Twenty issue. Hoping someone else has encountered this
4 replies
TTwenty
Created by Cosmos on 7/6/2024 in #❓︱help
Error 500 when connecting Gmail
Perhaps those env vars also need to live on the worker? I have a similar setup locally (which is working) and the only difference seems to be the env vars on the worker container
19 replies
TTwenty
Created by John on 6/7/2024 in #❓︱help
Guide for implementing google SSO w/ Twenty
No description
25 replies