Dear team. Does anyone know, how to clean metadata...
# getting-started
a
Dear team. Does anyone know, how to clean metadata correctly (both mysql and elastic)? Not as big as
docker/nuke.sh
, just drop meta P.S. It is about dev env, running from
docker/dev.sh
, so not related to any production cases
g
Hey @ambitious-airline-8020 - in the next release we'll be including a fine-grained delete API.
That will be available soon!
a
Cool. I was under impression, that delete API is about certain entities deletion (or mark deleted). Is it about full clean as well @green-football-43791 ?
g
Correct, given the current API, to achieve a full clean you would need to rollback each run
For now, I would advise running ./nuke
Another option is to clear your mysql database manually
a
Thanks Gabe - I will try it