Closed jiacai2050 closed 10 months ago
See https://github.com/apache/incubator-horaedb/issues/1319
This is a breaking change. users need to add following config to keep back-compatitble
storage-root-path = "/ceresdb"
Or set via env vars
export STORAGE_ROOT_PATH="/ceresdb"
No need
Rationale
See https://github.com/apache/incubator-horaedb/issues/1319
Detailed Changes
This is a breaking change. users need to add following config to keep back-compatitble
Or set via env vars
Test Plan
No need