Repository Migration
I was reviewing the "Getting Started with Repository Migration" document. I have a question...
I the section 'steps to export the contents of a Jazz repository', there is a step that states:
'Make a backup of the full test index. The location of the full test index is specified in the tesmserver.properties...'.
My question is: what is the full test index and how is it backed up?
Thanks in advanced.
O. Frank
I the section 'steps to export the contents of a Jazz repository', there is a step that states:
'Make a backup of the full test index. The location of the full test index is specified in the tesmserver.properties...'.
My question is: what is the full test index and how is it backed up?
Thanks in advanced.
O. Frank
2 answers
I was reviewing the "Getting Started with Repository
Migration" document. I have a question...
I the section 'steps to export the contents of a Jazz repository',
there is a step that states:
'Make a backup of the full test index. The location of the full test
index is specified in the tesmserver.properties...'.
My question is: what is the full test index and how is it backed up?
The full text index is the Lucene index that holds the data for full
text queries of work items and other artifacts.
You can copy the directory to another location to back it up.
Patrick
Jazz Work Item Team