From 61de5f38af288228bc0a9eafb72458893e24ab75 Mon Sep 17 00:00:00 2001 From: Nils Herde Date: Wed, 19 Oct 2022 14:53:22 +0200 Subject: [PATCH] fix: Use importrdf preload The old preload tool is baked in to importrdf as a parameter. Updating the docker-compose to reflect the changes. --- preload/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/preload/docker-compose.yml b/preload/docker-compose.yml index 95ab446..6ad93b6 100644 --- a/preload/docker-compose.yml +++ b/preload/docker-compose.yml @@ -11,10 +11,10 @@ services: version: ${GRAPHDB_VERSION} # Load all files from ../import in repo defined in ./graphdb-repo-config.ttl - entrypoint: [ "/opt/graphdb/dist/bin/preload", "--force", "--recursive", "-q", "/tmp", "-c", "/opt/graphdb/graphdb-repo-config.ttl", "/opt/graphdb/home/graphdb-import" ] + entrypoint: [ "/opt/graphdb/dist/bin/importrdf", "preload", "--force", "--recursive", "-q", "/tmp", "-c", "/opt/graphdb/graphdb-repo-config.ttl", "/opt/graphdb/home/graphdb-import" ] # Preload given file to existing repository (here "demo") - # entrypoint: [ "/opt/graphdb/dist/bin/preload", "-f", "-i", "demo", "/root/graphdb-import" ] + # entrypoint: [ "/opt/graphdb/dist/bin/importrdf", "preload", "-f", "-i", "demo", "/root/graphdb-import" ] environment: GDB_JAVA_OPTS: >-