Migration 20220811234822_add_after_meeting_ends_trigger
fails
#3904
-
Issue SummaryThe migration Technical detailsPostgres version: 11.13 This is the Log:
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
have you tried this? https://developer.cal.com/self-hosting/upgrading |
Beta Was this translation helpful? Give feedback.
-
Having the same issue, did everything, also upgraded to postgres 14 |
Beta Was this translation helpful? Give feedback.
-
@CarinaWolli this looks like your migration afaik. not sure if its related to |
Beta Was this translation helpful? Give feedback.
-
what version are you on? |
Beta Was this translation helpful? Give feedback.
-
Hi, we have discovered that in postgres 11 does not allows
In psql 12 it turns into:
We have runned manually the migration outside the transacion block as suggested here: prisma/prisma#9154 We suggest you to update the migration to support also psql 10 and 11 and test the migration in CI using a matrix.
cc @simobasso |
Beta Was this translation helpful? Give feedback.
-
This PR #3955 should fix the issue with the migration in Postgres 11 |
Beta Was this translation helpful? Give feedback.
This PR #3955 should fix the issue with the migration in Postgres 11