Upgrading (IEHC)
Introduced in v2024.3
Temporal
Requirements
GRANT <admin-role> TO <postgres-user>;GRANT <postgres-user> TO CURRENT_USER;CREATE DATABASE temporal WITH OWNER <postgres-user>; CREATE DATABASE temporal_visibility WITH OWNER <postgres-user>; GRANT ALL PRIVILEGES ON DATABASE temporal TO <postgres-user>; GRANT ALL PRIVILEGES ON DATABASE temporal_visibility TO <postgres-user>;\c temporal GRANT CREATE ON SCHEMA public TO <postgres-user>; \c temporal_visibility GRANT CREATE ON SCHEMA public TO <postgres-user>; CREATE EXTENSION btree_gin;
Enabling Temporal
Helm values
PostgreSQL configuration
Feature flags

Upgrade Immuta
Last updated
Was this helpful?

