Open ruiruizeng opened 7 months ago
now i edit my config ,the command run is ok ,but no data migrate
common:
instance_addr: 10.1.x.x
schema_config:
configs:
- from: "2020-10-24"
index:
period: 24h
prefix: index_
object_store: filesystem
schema: v11
store: boltdb-shipper
server:
grpc_listen_port: 9095
http_listen_port: xxxx
grpc_server_max_recv_msg_size: 16777216
grpc_server_max_send_msg_size: 16777216
storage_config:
boltdb_shipper:
active_index_directory: /data/loki/boltdb-shipper-active
cache_location: /data/loki/boltdb-shipper-cache
cache_ttl: 24h
filesystem:
directory: /data/loki/chunks
Is /data/loki/chunks
a reachable directory from the location where you're executing the migrate
command? From what I can tell, it transfers files using the local file system.
Is
/data/loki/chunks
a reachable directory from the location where you're executing themigrate
command? From what I can tell, it transfers files using the local file system.
I used to run migrate in docker to expose the interface of loki. My loki was deployed on k8s, so it was difficult to install migrate locally.
I am trying to use this migration tool. what would the source and dest config file look like? anyone got any luck with it
this is the migrate cmd url from loki repo this is my cmd,i want to use this command migrate old loki data to new loki and dont stop the old loki service,but i was failed
and have this error
i use this config,its my loki service config ,i think this config not used for migrate cmd but i dont find the correct configuration file