Replies: 1 comment 5 replies
-
|
Background migrations stuck in "Queued" status typically indicates that the worker container isn't processing the migration queue(1). Here are the key things to check: 1. Verify Worker Container is Running Background migrations are executed on startup of the worker container and run in the background until completion or failure(1). Check that your Langfuse worker container is running and check the worker container logs for any errors(1). 2. Check Background Migrations Configuration Background migrations are enabled by default but can be disabled by setting 3. Monitor Through UI and Logs You can monitor the progress of background migrations within the Langfuse UI by clicking on the Langfuse version tag and selecting "Background Migrations"(1). You can also monitor the progress via the worker container logs(1). 4. Important Note About the You mentioned deleting the 5. Zero-Downtime Upgrade Consideration If you performed a zero-downtime upgrade, the documentation recommends disabling background migrations until traffic is shifted to the new instances by setting Next Steps:
📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your question
Hello everyone. I recently deployed a new version of Langfuse v3. According to the documentation on migration from v2 to v3, I deployed version 3.29.0. I upgraded Langfuse v2 to 2.92.0. It seems that most of the information migrated, but traces did not, in the background migrations tab all migrations are stuck in the Queued status. There are no errors in the logs, neither in postgres, nor in clickhouse, nor in v2 Langfuse. I also tried changing the value in args for the background_migrations table in postgres - it had no effect. I deleted the table in general, thinking it might help, but no, and now the table does not appear at all. Maybe someone has encountered a similar problem? I would be grateful for the answers.


Langfuse Cloud or Self-Hosted?
Self-Hosted
If Self-Hosted
3.29.0
If Langfuse Cloud
No response
SDK and integration versions
No response
Pre-Submission Checklist
Beta Was this translation helpful? Give feedback.
All reactions