Self host Langfuse not working - column t6.cloud_config
does not exist
#3877
Replies: 2 comments 2 replies
-
Hey @SugumarRavichandran! I'm here to help you out. If you need assistance with bugs, questions, or becoming a contributor, I'm your bot. The error you're encountering is likely due to the To resolve this, you can manually apply the migration that adds the ALTER TABLE "projects" ADD COLUMN "cloud_config" JSONB; You can execute this SQL command directly on your existing database to add the missing column. Alternatively, ensure that automatic migrations are enabled by not setting the |
Beta Was this translation helpful? Give feedback.
-
Can you share whether there are any logs by the langfuse container? Generally Langfuse should check for the validity of the database schema at startup of the container and flag any inconsistencies |
Beta Was this translation helpful? Give feedback.
-
Throwing error "The column
t6.cloud_config
does not exist in the current database." If I host it again with new Postgres db it is working fine. But with the existing DB is throwing above errorBeta Was this translation helpful? Give feedback.
All reactions