Yes, unfortunately, that is likely the case.
The local experience is currently in private preview and in this first iteration, we did not optimize for long-term persistency.
In general for development and CI use cases I’d always recommend having a script of some kind to seed test data and create indexes. Having that makes your environment easy to move to other machines or to share it with the whole development team.
An alternative is running the setup in Docker. The documentation explains how to set things up in docker compose to achieve persistence.
1 Like