8 lines
199 B
Markdown
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
|
|
```
|