Path of data.ms #332
curquiza
started this conversation in
Feedback & Feature Proposal
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I open this post to eventually reconsider the default path of MeiliSearch. Not a priority, just open the discussion.
Currentlty the default path of MeiliSearch is the path where we launch MeiliSearch. It means
data.ms
is created where you have launched the binary -> this might be expecteddata.ms
is created in your current working directory -> this might not be expected, investigation and user feedbacks are needed. Sometimes, depending on the DB, the data are store in the/var
folder for exampledata.ms
is in the current working directory, so in/home/meili/data.ms
, since themeili
user is running in the container.We might consider using a consistent path to store MeiliSearch by default, like
/var/lib/postgresql/data
for PostgreSQL.Again, we need investigation and user feedback about what is "naturally" expected before changing anything.
Some related issues:
Beta Was this translation helpful? Give feedback.
All reactions