Skip to content
Discussion options

You must be logged in to vote

For anyone else having this issue: this can be resolved by pinning the last major postgres version in the docker compose file.

Also, I've updated the documentation to suggest pulling only the latest image for langfuse-server instead of updating all services (incl postgres):

# Navigate to the Langfuse directory
cd langfuse
 
# Stop the server and database
docker compose down
 
# Pull the latest changes to the docker compose file
git pull
 
# Pull the latest Langfuse container
docker compose pull langfuse-server
 
# Restart the server and database
docker compose up

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@nikcaryo-super
Comment options

@marcklingen
Comment options

@marcklingen
Comment options

Answer selected by nikcaryo-super
@marcklingen
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants