|
|
Upgrade your Oracle instance before upgrading your Codebeamer instance. To know the Oracle version that your Codebeamer supports, refer to the PTC Release Advisor.
|
|
|
Before you start upgrading, carefully check the Codebeamer release specific requirements, especially the supported Java and Oracle versions.
|
|
|
1. It is imperative that you make a backup of your Codebeamer database before you upgrade.
2. During the installation, Codebeamer and the database must be stopped. Ensure that the database and all java/javaw processes are stopped, otherwise data loss is possible.
The upgrade procedure transfers your installation instance data from the old version to the new version. Migration from the new version back to the old version is not supported.
|
|
|
If you have customized the documents directory with the "storage-path" property of the "document" application configuration, copy the docs with docs/1 subfolder to NEW-CB/repository in order to pass the initial startup check of the document folder.
|
cd OLD-CB\repository
xcopy docs NEW-CB\repository\docs\ /EH
xcopy git NEW-CB\repository\git\ /EH
xcopy hg NEW-CB\repository\hg\ /EH
xcopy src NEW-CB\repository\src\ /EH
xcopy svn NEW-CB\repository\svn\ /EH
xcopy access NEW-CB\repository\access\ /EH
$ cd OLD-CB/repository
$ find acl.svn docs git hg src svn | cpio -updv NEW-CB/repository
|
|
If you have customized your OLD-CB/repository structure, e.g. mounted external volumes as docs and/or git, hg or svn, then the above procedure might not be appropriate, and, for the given example, you would better unmount the external volumes from OLD-CB/repository and mount them to NEW-CB/repository.
|
|
|
If you configure Codebeamer to re-use an existing database and have installed a new license, Codebeamer will convert the existing database schema automatically into the new schema upon first startup, and consequently this database cannot be used by OLD-CB anymore.
|
|
Operating System
|
Path
|
Script
|
|---|---|---|
|
Unix/Linux/Mac OS X
|
~/NEW-CB/bin
|
cb
|
|
Windows (No Service)
|
~/NEW-CB/bin
|
cb.bat
|
|
Windows (Service)
|
~/NEW-CB/tomcat/bin
|
cbservice.bat
|
cbservice codebeamer codebeamer
|
|
During the re-indexing process the search result may not contain all matches, so it is recommended to perform out of business hours.
|
"git" : {
"http-backend" : "C:\\NEW_CB_\\libexec\\git\\mingw64\\libexec\\git-core\\git-http-backend.exe",[supported upgrade paths|https://intland.com/technical-support/#!/supported-version-software]
EXEC DBMS_STATS.GATHER_SCHEMA_STATS(ownname=> 'CBTEST', cascade=> TRUE, estimate_percent=> DBMS_STATS.AUTO_SAMPLE_SIZE, degree=>DBMS_STATS.AUTO_DEGREE, granularity=>'AUTO', method_opt=> 'FOR ALL COLUMNS SIZE AUTO');