temporalio / docker-builds

Temporal service Docker images build
https://hub.docker.com/r/temporaliotest/auto-setup
MIT License
30 stars 59 forks source link

Check if ES is enabled before setting up visibility schema in MySQL/Postgres #193

Closed rodrigozhou closed 7 months ago

rodrigozhou commented 7 months ago

What was changed

Check if it's enabling ES, and avoid setting up visibility schemas in MySQL/PostgreSQL.

Why?

Adds a bit of flexibility if anyone wants to setup with MariaDB or CockroachDB for main storage and ES for visibility since the schema for visibility might not be compatible with those DBs.

Checklist

  1. Closes

  2. How was this tested:

  3. Any docs updates needed?