On 10/08/2020 22:33, Tim Flicker wrote:
Hi,
We are working on a backup / restore plan for TDB 1.0. It seems to be
working for xTDB. We recently upgraded to Jena 3.15.0 from 3.7.0 and
gTDB restore no longer seems to be working. We are backing up connector
files and doing a database dump on those collections to TriG. During
restore, we have a script that inspects the backup and expands any TriG
files back to a database folder / file structure ending in .data using
the tdbloader script and puts the connector files back in place. The
gTDB collections don't seem to be available however. Are there other
databases or files that need to be backed up and restored in 3.15.0 that
weren't needed in 3.7.0 for gTDB?
Regards,
Tim
Context:
gTDB (the TQ term for using TDB1 with the data in the default graph -
one DB, one graph).
xTDB (TQ term) is one database for multiple graph per database,
Tim - When you restore, what is in the database? Has the file sizes on
disk increased? What did tdbloader say? and tdbdump after reload? The
graph data does not go into a named graph, but into the default graph.
Check the connector files are "unusual" - they should not name a graph
for gTDB.
Andy