You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built calcom as a docker and deployed it to GCP. We already had an old version of the database so I had to copy data from Bookings and Attendees to the new database. When trying to create new bookings the database threw and error of duplicated keys when trying to insert data about a new booking, so in order to fix it I set the values of the Bookings and Attendee postgres sequence to the latest id in each of those tables. That seems to have solve the error, but now I am getting an ocasional error in the database that says: "duplicate key values violates unique constraint WorkflowReminder_referenceId_key". Can someone please suggest why may this error be happening and how to solve it? I do not have any reminders activated in this project, I am not using the email integration either. Thanks in advance!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I built calcom as a docker and deployed it to GCP. We already had an old version of the database so I had to copy data from Bookings and Attendees to the new database. When trying to create new bookings the database threw and error of duplicated keys when trying to insert data about a new booking, so in order to fix it I set the values of the Bookings and Attendee postgres sequence to the latest id in each of those tables. That seems to have solve the error, but now I am getting an ocasional error in the database that says: "duplicate key values violates unique constraint WorkflowReminder_referenceId_key". Can someone please suggest why may this error be happening and how to solve it? I do not have any reminders activated in this project, I am not using the email integration either. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions