You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are reading this you need to perform the below instructions!
If your ganymede-temporal container has recently updated (pulling in the newest temporal image) you will encounter errors when starting the container. If To resolve this follow these instructions.
Ensure an archive is not active
Bring down the temporal container docker compose down ganymede-temporal
Perform these modifications to the compose file
ganymede-temporal:
- image: temporalio/auto-setup:1+ image: temporalio/auto-setup:1.23
container_name: ganymede-temporal
depends_on:
- ganymede-db
environment:
- - DB=postgresql # this tells temporal to use postgres (not the db name)+ - DB=postgres12 # this tells temporal to use postgres (not the db name)
- DB_PORT=5432
- POSTGRES_USER=ganymede
- POSTGRES_PWD=PASSWORD
Pull the image docker compose pull ganymede-temporal
Bring temporal up docker compose up -d ganymede-temporal
The text was updated successfully, but these errors were encountered:
If you are reading this you need to perform the below instructions!
If your
ganymede-temporal
container has recently updated (pulling in the newest temporal image) you will encounter errors when starting the container. If To resolve this follow these instructions.docker compose down ganymede-temporal
docker compose pull ganymede-temporal
docker compose up -d ganymede-temporal
The text was updated successfully, but these errors were encountered: