> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flipt.io/llms.txt
> Use this file to discover all available pages before exploring further.

# migrate

> Run pending analytics database migrations

```
flipt migrate [flags]
```

## Synopsis

<Note>
  This currently only supports Clickhouse analytics database migrations.
</Note>

Runs pending analytics database migrations.

## Options

```
      --config string   path to config file
  -h, --help            help for migrate
```

## Examples

```bash theme={null}
flipt migrate
flipt migrate --config /path/to/config.yml
```

## More Info

See the [Analytics](/v2/configuration/analytics) section of the documentation for more information.
