temporal-sql-tool

From wikieduonline
Jump to navigation Jump to search

# Main temporal DB
temporal-sql-tool --plugin postgres12 --ep postgresql -p 5432 -u postgres --pw <decoded-password> --db temporal create-database
temporal-sql-tool --plugin postgres12 --ep postgresql -p 5432 -u postgres --pw <decoded-password> --db temporal setup-schema -v 0.0
temporal-sql-tool --plugin postgres12 --ep postgresql -p 5432 -u postgres --pw <decoded-password> --db temporal update-schema -d /etc/temporal/schema/postgresql/v12/temporal/versioned
# Visibility DB
temporal-sql-tool --plugin postgres12 --ep postgresql -p 5432 -u postgres --pw <decoded-password> --db temporal_visibility create-database
temporal-sql-tool --plugin postgres12 --ep postgresql -p 5432 -u postgres --pw <decoded-password> --db temporal_visibility setup-schema -v 0.0
temporal-sql-tool --plugin postgres12 --ep postgresql -p 5432 -u postgres --pw <decoded-password> --db temporal_visibility update-schema -d /etc/temporal/schema/postgresql/v12/visibility/versioned


Related[edit]

See also[edit]

Advertising: