Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #207 from DougTrajano/DOUG-578-upgrade-db
Browse files Browse the repository at this point in the history
Add mlflow db upgrade
  • Loading branch information
DougTrajano authored Nov 27, 2022
2 parents 8fce928 + b7224e7 commit a283dd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/mlflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ if [[ -z "${MLFLOW_BACKEND_URI}" ]]; then
unset MLFLOW_DB_PORT
fi

echo "Upgrading database..."
mlflow db upgrade ${MLFLOW_BACKEND_URI}

echo "Starting mlflow server"

exec mlflow server --host 0.0.0.0 --port 5001 \
Expand Down

0 comments on commit a283dd9

Please sign in to comment.