Replies: 6 comments 38 replies
-
Still having issues with the upgrade migration: Executed
Executed
Executed:
Still cannot open realtime tab. Error logs:
|
Beta Was this translation helpful? Give feedback.
-
Hi there! I think I might be running into the same issue being discussed here, though my error message looks a little different. When I get to the
Since I don't have the skills to manage my database myself I opted for deploying Umami on Railway, which has been great. Given that my error message is not exactly the same as the one discussed here, would you still recommend I try running the following script?
|
Beta Was this translation helpful? Give feedback.
-
Hi @briancao post following the steps, I have recreated a new db, migrated my old umami db records to new db, all migrations ran correctly but when I swap the db url to new one, I am getting errors from prisma on the collect endpoint
Is there anything that I am missing here, I can see the data being migrated correctly to the new database. Metadata: |
Beta Was this translation helpful? Give feedback.
-
I keep getting issues with
What am I missing here? |
Beta Was this translation helpful? Give feedback.
-
Hi this is what I got after running the rollback and deploying. I'm using supabase for the db. |
Beta Was this translation helpful? Give feedback.
-
Could you help me with this problem:
|
Beta Was this translation helpful? Give feedback.
-
A few issues were identified in this release relating to the upgrade to Umami 1.37.0. The issues circled around our recent re-write of the Prisma Migrations, and Users that existed prior to those re-writes.
Unable to Upgrade Issues:
#1393
#1406
Data Migration Issues:
#1421
A new version of 1.37.0 was released, so if you're upgrading to 1.37.0 from 1.33 and below for the first time, you'll no longer receive these issues.
If you have tried upgrade and your 02_migration failed, you'll need to run the following commands against your project. (Ref: #1393 (comment))
Migration failure message: ⚠
Commands to run: ✅
If you want to migrate your data from your old event table to your new event table, you can the following script. (Ref: #1406 (comment))
SQL Script: ✅
Thank you to everyone who participated in reporting and troubleshooting these issues with us.
(Edit: added semi-colon to end of script)
Beta Was this translation helpful? Give feedback.
All reactions