columns: - column: "Option" - column: "Description" rows: - Option: "`--dump-heap-profiles `" Description: | If `true`, dump heap profiles (.pprof.gz) from your Materialize instance. Defaults to `true`. - Option: "`--dump-prometheus-metrics `" Description: | If `true`, dump prometheus metrics from your Materialize instance. Defaults to `true`. - Option: "`--dump-system-catalog `" Description: | If `true`, dump the system catalog from your Materialize instance. Defaults to `true`. - Option: "`--mz-connection-url `" Description: | The Materialize instance's [PostgreSQL connection URL](https://www.postgresql.org/docs/14/libpq-connect.html#LIBPQ-CONNSTRING). Defaults to `postgres://127.0.0.1:6875/materialize?sslmode=prefer`.