Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Deployment with Helm Chart and PostgreSQL fails #228

Closed
ognjenVlad opened this issue Sep 24, 2021 · 1 comment
Closed

[Bug] Deployment with Helm Chart and PostgreSQL fails #228

ognjenVlad opened this issue Sep 24, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@ognjenVlad
Copy link

Pods start fail with PostgreSQL

Admintools and web pod are running, but frontend/history/matching/worker always fail to start with error
Unable to start server. Error: sql schema version compatibility check failed: version mismatch for keyspace/database: "temporal". Expected version: 1.6 cannot be greater than Actual version: 1.4. Same behaviour like on #225

To Reproduce

Steps to reproduce the behavior:

  1. git clone https://github.com/temporalio/helm-charts.git
  2. helm dependencies update
  3. helm install -f values/values.postgresql.yaml temporaltest
    --set elasticsearch.enabled=false
    --set server.config.persistence.default.sql.user=postgresql_user
    --set server.config.persistence.default.sql.password=postgresql_password
    --set server.config.persistence.visibility.sql.user=postgresql_user
    --set server.config.persistence.visibility.sql.password=postgresql_password
    --set server.config.persistence.default.sql.host=postgresql_host
    --set server.config.persistence.visibility.sql.host=postgresql_host . --timeout 900s

Expected behavior

Screenshots/Terminal output

Screenshot 2021-09-24 at 16 32 42

Screenshot 2021-09-24 at 16 41 11

Versions

  • OS: [e.g. Mac, Windows, Linux] Linux
  • Temporal Version [e.g. 1.7.0?]
  • Are you using Docker or Kubernetes or building Temporal from source? Kubernetes

Additional context

@ognjenVlad ognjenVlad added the bug Something isn't working label Sep 24, 2021
@czomo
Copy link

czomo commented Apr 14, 2023

hey @ognjenVlad how did you solved it? ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants