Hello,
I'm using BaseX version 7.3.1 and I can set dbpath where the collections are created with this code:
new Set("dbpath", "/home/xxxx/basex-database").execute(context);
However, when changing to BaseX version 8.6.7, this statement will throw exception "org.basex.core.BaseXException: Global option 'DBPATH' cannot be set."
and instead it tries to create new collections to a default folder: /home/xxxx/BaseXData
How can I set BaseX to work on existing dbpath folder (/home/xxxx/basex-database) as in version 7.3.1? Because I have existing data here and not the newly created one.
Thanks,