-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calcom Docker update from version 4.5 not possible #390
Comments
i think it is a problem with the database version. I changed in the docker-compose.yml file the following line:
to:
and then calcom starts with a fresh environment. But i loose all my configuration so this is no option. |
database | |
I just ran into this as well. Is there any update on this? How do we upgrade without breaking the PostgreSQL? |
Hi Speedy059,
I stay on the old PosgreSQL Version and can update calcom at the moment. But in future we have to upgrade the database manually. Maybee this helps: https://hahouari.medium.com/upgrade-from-postgresql-16-x-to-17-0-in-docker-compose-00d7417fd555 |
i have 2 Calcom Docker Container with the version 4.5 running. If i try to update to a newer version, calcom is not accessible anymore. I got for one second an 500 error and than a blank screen.
docker ps shows the following:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
058bd3530d97 calcom.docker.scarf.sh/calcom/cal.com "docker-entrypoint.s…" 4 minutes ago Up 4 minutes (unhealthy) 0.0.0.0:3000->3000/tcp, :::3000->3000/tcp calcom_calcom_1
03c9bae547bd postgres "docker-entrypoint.s…" 4 minutes ago Restarting (1) 29 seconds ago
is there any changes i have to made to update to a newer version as 4.5?
The text was updated successfully, but these errors were encountered: