Sebastian
[Solved] Google Calendar sync stuck
At some point our Google Calendar sync was stuck and I can't find the way how to force the re-sync.
This is what I see in the database:
for message channel I see
syncStatus:
[null]
syncStage: FULL_MESSAGE_LIST_FETCH_PENDING
syncedAt: [null]
for calendar channel:
syncStatus: [null]
syncStage: FULL_CALENDAR_EVENT_LIST_FETCH_PENDING
syncedAt: [null]
22 replies
Upgrade from v0.33.3 to v0.34.0 fails
After upgrade can't use the instance with error Forbidden resource. Whole error: https://pastebin.com/X3ZZUYqY
My steps of upgrade:
- stop docker compose
- bump the version to v0.34.0
- start docker compose
- run: yarn database:migrate:prod
yarn command:prod upgrade-0.34
- stop docker compose
- remove FRONT_BASE_URL
- add FRONT_DOMAIN, FRONT_PROTOCOL, FRONT_PORT to both server and worker
- start docker compose
3 replies