You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# For more information about how to configure backend store, please visit https://mlflow.org/docs/latest/tracking/backend-stores.html
285
275
backendStore:
286
276
# -- Specifies whether to run `mlflow db upgrade ${MLFLOW_BACKEND_STORE_URI}` to upgrade database schema when use a database as backend store
277
+
# MLflow 3.x with basic auth will auto-create auth tables on first run
287
278
databaseUpgrade: false
288
279
# -- Name of an existing secret which contains key `MLFLOW_BACKEND_STORE_URI`
289
280
# If an existing secret is not provided, a new secret will be created to store the backend store URI using the details from .Values.postgres when Embedded PostgreSQL is enabled
@@ -688,3 +679,16 @@ postgres:
688
679
port: 5432
689
680
# -- External Postgres database
690
681
database: mlflow
682
+
683
+
# -- Postgres backup configuration
684
+
backup:
685
+
# -- Image details for the postgres backup deployment
0 commit comments