Error when trying to upgrade my langfuse deployment #3777
Replies: 2 comments 25 replies
-
When upgrading from Langfuse version 2.78.0 to 2.81.0, there are some changes that could affect dataset runs. Specifically, there is a change in the database schema where a new column named "metadata" of type JSONB has been added to the "dataset_runs" table. Additionally, the API has been extended with new endpoints for programmatic management of datasets [1][2]. To resolve the issue with dataset runs not loading, ensure that your database schema is updated to include these changes. You might need to run the necessary database migrations to add the new "metadata" column. Also, verify that your application is correctly configured to use the new API endpoints if applicable. If you have any custom configurations or scripts, make sure they are compatible with the new version's changes. After making these adjustments, try upgrading again to see if the issue persists. |
Beta Was this translation helpful? Give feedback.
-
@nithin1995 when upgrading, did you see any logs on the server? This would help me understand what is going on. |
Beta Was this translation helpful? Give feedback.
-
Hi Team, when I try to upgrade langfuse, my datasets runs are not getting loaded. i have it deployed on k8s cluster. Right now my deployment config points to a particular version of langfuse 2.78.0. To upgrade i edited my deployment config and made the version as 2, so it should pull the latest image.
The webserver is getting upgraded to 2.81.0 but the dataset runs are not getting loaded on UI. so i reverted my deployment config back to 2.78.0. Thankfully did not lose any data and its working.
Can you help me how to upgrade this?
Beta Was this translation helpful? Give feedback.
All reactions