# velocirepo migrate


Migrate data to the latest schema version


``` bash
velocirepo migrate [OPTIONS]
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Migrate data to the latest schema version

    Usage:
      velocirepo migrate [flags]

    Flags:
          --force   re-run all migrations from scratch (useful after copying in old data)
      -h, --help    help for migrate

    Global Flags:
          --config string   config file (default: walk up for velocirepo.toml)
      -q, --quiet           suppress progress output
      -v, --verbose         enable debug logging


## Options


`--force`  
re-run all migrations from scratch (useful after copying in old data)

`-h, --help`  
help for migrate

`--config: string = walk up for velocirepo.toml`  
config file

`-q, --quiet`  
suppress progress output

`-v, --verbose`  
enable debug logging
