2017-02-13 33 views
0

我试图使用上InfluxDB外部配置在Windows上运行, 外部配置我已经改变的元数据,以及沃尔玛到windows路径,但得到以下错误:InfluxDb在Windows

run: parse config: Near line 29 (last key parsed 'meta.dir'): Expected eight hexadecimal digits after '\U', but got 'C:\Us' instead.

[meta] 
    # Where the metadata/raft database is stored 
    #dir = "/var/lib/influxdb/meta" 
    dir = "C:\Users\User01\.influxdb\meta" 

https://github.com/influxdata/influxdb/blob/master/etc/config.sample.toml

回答

0

没关系,sloved ..需要用双引号...

dir = "C:\Users\User01\.influxdb\meta"