Files
2026-07-13 13:22:34 +08:00

8 lines
199 B
Markdown

# 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
```