Author: oching
Date: Tue Sep 15 10:04:29 2009
New Revision: 815246
URL: http://svn.apache.org/viewvc?rev=815246&view=rev
Log:
update upgrade docs
Modified:
archiva/trunk/archiva-docs/src/site/apt/adminguide/upgrade.apt
Modified: archiva/trunk/archiva-docs/src/site/apt/adminguide/upgrade.apt
URL:
http://svn.apache.org/viewvc/archiva/trunk/archiva-docs/src/site/apt/adminguide/upgrade.apt?rev=815246&r1=815245&r2=815246&view=diff
==============================================================================
--- archiva/trunk/archiva-docs/src/site/apt/adminguide/upgrade.apt (original)
+++ archiva/trunk/archiva-docs/src/site/apt/adminguide/upgrade.apt Tue Sep 15
10:04:29 2009
@@ -21,3 +21,29 @@
be removed. And in order for the artifacts in the repository to be indexed
again, the last modified date of the artifacts need to be updated.
To do this, just execute <<find [REPOSITORY_DIRECTORY_NAME] | xargs touch>>
at the base directory where the repository resides. Execute the repository
scanning so that the new index will be generated.
+
+ In 1.2.2, the length of the specified fields in the database tables below
were changed to 1020:
+
+ * ARCHIVA_PROJECT - URL
+
+ * ARCHIVA_MAILING_LISTS - MAIN_ARCHIVE_URL
+
+ * ARCHIVA_ORGANIZATION - URL, FAV_ICON_URL
+
+ * ARCHIVA_LICENSES - URL
+
+ * ARCHIVA_ISSUE_MANAGEMENT - ISSUE_MANAGEMENT_URL
+
+ * ARCHIVA_CIMANAGEMENT - CI_URL
+
+ * ARCHIVA_INDIVIDUAL - URL, ORGANIZATION_URL
+
+ * ARCHIVA_DEPENDENCY - URL
+
+ * ARCHIVA_SCM - SCM_URL, DEVELOPER_CONNECTION, URL
+
+ * ARCHIVA_PROJECT_REPOSITORIES - URL
+
+ []
+
+ If upgrading from a version lower than 1.2.2, you might also need to alter
the lengths of the above fields as there is no upgrade task currently available
for this.