Hi,
Think this will be a simple newby question ;)
I notice that Fuseki is storing datasets created by the UI in
/etc/fuseki/databases/
Which is the way that is defined in the tdb & tdb2 config templates.
templates/config-tdb: tdb:location "{FUSEKI_BASE}/databases/{NAME}" ;
templates/config-tdb2: tdb2:location "{FUSEKI_BASE}/databases/{NAME}" ;
Given that the FUSEKI_BASE fuseki.service is /etc/fuseki
What will be the cleanest way to have the databases path outside FUSEKI_BASE
dir? So that
· Configurations (FUSEKI_BASE) are in /etc/fuseki/
· Databases are in /data/tdb/databases/ (which might be useful if
using external storage to store the dbs)
Does it make change to change the tdb2:location value in templates/config-tdb2 ?
And do you foresee any issue with moving the databases/ dir outside FUSEKI_BASE?
Thank you!
a