Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.3.1 (Alpha)
-
Fix Version/s: 1.3.2 (Beta)
-
Component/s: Data Management, Documentation
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
in the document http://continuum.apache.org/docs/1.3.1/installation/upgrade.html :
You will need to download two versions of the tool, one for the export out of the old version and one for the import into the new version:
- http://repo1.maven.org/maven2/org/apache/maven/continuum/data-management-cli/1.2.x/data-management-cli-1.2.x-app.jar
- http://repo1.maven.org/maven2/org/apache/continuum/data-management-cli/1.3.1/data-management-cli-1.3.1-app.jar
Note: The 1.2.2 and 1.2.3 released versions of this tool have a bug. You will need to use version 1.2.4 of the tool to export databases from those versions.
the link to data-management-cli-1.2.x-app.jar or data-management-cli-1.2.4-app.jar
are broken
Continuum 1.2.4 has not yet been released, so links to it in the central repo won't work. Sorry about that... the lack of a smooth upgrade path is one reason that 1.3.1 is only an Alpha release.
If you'd like to try the upgrade to 1.3.1 Alpha, you can build the 1.2.x branch from svn:
svn co http://svn.apache.org/repos/asf/continuum/branches/continuum-1.2.x/
cd continuum-1.2.x
mvn install
You will find the data management jar in continuum-data-management/data-management-cli/target .
I've also deployed a new snapshot of the 1.2.x branch to the ASF snapshots repo. You can try that if you prefer not to build it yourself. (Grab the data management cli jar, then add this repo to your settings.xml so it can find the rest of the things it needs.)
http://people.apache.org/repo/m2-snapshot-repository/