Skip to content

What happen if you already have a fuseki server with a certain amount of data? #215

Answered by afs
ll13j1209 asked this question in Q&A
Discussion options

You must be logged in to vote

You can start the system of 2 Fuseki servers with some already-loaded data.

Both servers must start with copies of the same files, not two servers, separately loaded from the data.

Take a backup before starting.

Setup the Delta system, Fuseki and patch log server, with no data loaded.

Stop the Delta system Fuseki servers.

Replace the database in the servers by

Make the two servers by stopping the original one, taking copies of the database directory and all files within it. That is, a filing system copy e.g. rsync -avS (the S is important - it preserves spare files) of the database files.

Place a directory tree in each of the desired locations for the delta installation.

Start the Delta F…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ll13j1209
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants