State Storage Configuration

Configure where migration state is stored.

moose.config.toml
[state_config]# Storage backend: "clickhouse" (default) or "redis"storage = "clickhouse"
KeyEnv VariableDefaultDescription
storageMOOSE_STATE_CONFIG__STORAGE"clickhouse"Backend for state storage.