Hi Alex,
here’s my follow-up:
/mnt/basex_volume/i4Base-Basex7.3/scripts/fulltext/mnt/basex_volume/i4Base-Basex7.3/stores/sample-data/1997
I assume that the "fulltext" directory was created by the bug I fixed yesterday; just give it another try.
I would like to store the database and indexes in /mnt/basex_volume/i4Base-Basex7.3/stores/sample-data/1997/ however I'm not clear on how to do this. I thought the
<add path="/mnt/basex_volume/i4Base-Basex7.3/stores/sample-data/1997/"> would specify this
The @path argument indicates the target path of your added documents within your database (which can then be listed via <list name="S-1997"/>.
But I guess you’d like to change the location of your database directory? This can be done by updating the DBPATH option in the .basex configuration file [1].
Christian