shaofengshi opened a new issue, #139: URL: https://github.com/apache/gravitino-playground/issues/139
### What would you like to be improved? Sometimes, when we stop the playground and start it again, the data in Gravitino is gone. The reason is that the metadata of Gravitino is saved in the docker container; once the container is recreated (e.g, upgrade the version from 0.8.0 to 0.8.1), it is restored to a clean state. This is not expected because I want the metadata be kept. My suggestion is, leave the Gravitino data in local disk (not in container), so that it won't be deleted automatically when recreate the Gravitino docker container. ### How should we improve? Create a local folder for the Gravitino metadata, and then mount it to the Gravitino container on /root/gravitino/data path. If the user do want to delete the data, just cleanup the local folder. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@gravitino.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org