diff options
author | John Nduli | 2024-09-16 11:34:26 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-09-17 11:30:45 +0300 |
commit | af230582308cb232cf976698f2d5a7b5c24fa221 (patch) | |
tree | 48aecf29892dc89b15365c6a74c1c7959abcac94 /topics/xapian | |
parent | 243d4ef3d9eff06975ae2f3619182f3b4895af41 (diff) | |
download | gn-gemtext-af230582308cb232cf976698f2d5a7b5c24fa221.tar.gz |
fix: add checkpoint to permanently save virtuoso data
Diffstat (limited to 'topics/xapian')
-rw-r--r-- | topics/xapian/xapian-indexing.gmi | 1 |
1 files changed, 1 insertions, 0 deletions
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. |