From af230582308cb232cf976698f2d5a7b5c24fa221 Mon Sep 17 00:00:00 2001 From: John Nduli Date: Mon, 16 Sep 2024 11:34:26 +0300 Subject: fix: add checkpoint to permanently save virtuoso data --- topics/xapian/xapian-indexing.gmi | 1 + 1 file changed, 1 insertion(+) (limited to 'topics/xapian') diff --git a/topics/xapian/xapian-indexing.gmi b/topics/xapian/xapian-indexing.gmi index f3e03e6..8d9598d 100644 --- a/topics/xapian/xapian-indexing.gmi +++ b/topics/xapian/xapian-indexing.gmi @@ -39,6 +39,7 @@ and load up data by: > # this folder is relative to the folder virtuoso was started from > ld_dir ('path/to/folder/with/ttls', '*.ttl', 'http://genenetwork.org'); > rdf_loader_run(); +> checkpoint; ``` Ping @bmunyoki for the ttl folder backups. -- cgit v1.2.3