# fs2db - FileStore to Database Migration Tool Migrate MLflow FileStore (`./mlruns`) data to a database backend. ```bash mlflow migrate-filestore --source ./mlruns --target sqlite:///mlflow.db ```