Skip to content

Commit

Permalink
revert change to Temporal database plugin (#1437)
Browse files Browse the repository at this point in the history
`postgresql` appears to be a plugin that doesn't support Temporal
[advanced
visibility](https://docs.temporal.io/visibility#advanced-visibility)
which we use in `flow-api`. It now crashes on startup.

Reverting the change made in #1388
  • Loading branch information
heavycrystal authored Mar 5, 2024
1 parent 3e3e2ab commit 5ea04a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
catalog:
condition: service_healthy
environment:
- DB=postgresql
- DB=postgres12
- DB_PORT=5432
- POSTGRES_USER=postgres
- POSTGRES_PWD=postgres
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
catalog:
condition: service_healthy
environment:
- DB=postgresql
- DB=postgres12
- DB_PORT=5432
- POSTGRES_USER=postgres
- POSTGRES_PWD=postgres
Expand Down

0 comments on commit 5ea04a8

Please sign in to comment.