apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.
https://horaedb.apache.org
Apache License 2.0
27 stars 15 forks source link

chore!: replace ceresdb with test #298

Closed jiacai2050 closed 10 months ago

jiacai2050 commented 10 months ago

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

storage-root-path = "/ceresdb"

Or set via env vars

export STORAGE_ROOT_PATH="/ceresdb"

Test Plan

No need