docs-v2/content/chronograf/v1.8/tools/chronoctl/migrate.md

1.3 KiB

title description menu
chronoctl migrate The `migrate` command allows you to migrate your Chronograf configuration store.
chronograf_1_8
name parent weight
chronoctl migrate chronoctl 40

The migrate command lets you migrate your Chronograf configuration store.

By default, Chronograf is delivered with BoltDB as a data store. For information on migrating from BoltDB to an etc cluster as a data store, see Migrating to a Chronograf HA configuration.

Usage

chronoctl migrate [flags]

Flags

Flag Description Input type
-f --from Full path to BoltDB file or etcd (e.g. bolt:///path/to/chronograf-v1.db or etcd://user:pass@localhost:2379 (default: chronograf-v1.db) string
-t --to Full path to BoltDB file or etcd (e.g. bolt:///path/to/chronograf-v1.db or etcd://user:pass@localhost:2379 (default: etcd://localhost:2379) string