diff --git a/doc/upgrade-1.6.html b/doc/upgrade-1.6.html index 9f04d382..ebfdb24b 100644 --- a/doc/upgrade-1.6.html +++ b/doc/upgrade-1.6.html @@ -94,7 +94,7 @@ installation.)
- 8. Review and save aside the knowledge base migration logs.
- The knowledge base migration process described in the next section will generate logs.
- These logs will be overwritten if you redeploy the VIVO application (but not if you restart tomcat), and since
- they may be a useful reference if questions come up about your 1.6 VIVO data after deployment,
- you should save them aside.
- The logs are created in the Tomcat webapps/vivo/WEB-INF directory
:
+ 8. Review the knowledge base migration logs.
+ The knowledge base migration process described in the next section will create logs
+ in a subdirectory of the VIVO home directory:
ontologies/update/logs/knowledgeBaseUpdate.(timestamp).log
+ (home directory)/update/logs/knowledgeBaseUpdate.(timestamp).log
Changes to the VIVO core ontology may require corresponding modifications to the knowledge base instance data and ontology annotations. - When VIVO first starts up following the upgrade, it will - initiate a process to examine the knowledge base and apply necessary - changes. The knowledge base migration process for release 1.6 will make + Each time VIVO starts up, it will initiate a process to examine the knowledge + base and apply necessary changes. This process should be very quick on subsequent + restarts if no data using the 1.5 ontology has been reintroduced. + The knowledge base migration process for release 1.6 will make the following types of changes:
(home directory)/rdf/display/everytime/PropertyConfig.n3
In addition to the logs described in step 8 of the previous section, the knowledge base migration - process will log copies of all additions and deletions that were made to the knowledge base in the following files: + process will log copies of all additions and deletions that were made to the knowledge base in the following files in the VIVO home directory:
webapps/vivo/WEB-INF/ontologies/update/changedData/removedData.n3
+ (home directory)/upgrade/knowledgeBase/changedData/removedData.(timestamp).n3
webapps/vivo/WEB-INF/ontologies/update/changedData/addedData.n3
+ webapps/vivo/WEB-INF/ontologies/update/changedData/addedData.(timestamp).n3