summaryrefslogtreecommitdiffstats
path: root/archiva-docs/src/site/apt/adminguide/upgrade.apt
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2009-09-15 10:04:29 +0000
committerMaria Odea B. Ching <oching@apache.org>2009-09-15 10:04:29 +0000
commit8ee59dc9106e64d93aa589d635e7fc4bd7b330fe (patch)
tree0c7039e369f466bc7f4a0bfb51a39a9cb51b7794 /archiva-docs/src/site/apt/adminguide/upgrade.apt
parent6459b2f47fce4d9b0194f6b793ab42d9f7aaad3b (diff)
downloadarchiva-8ee59dc9106e64d93aa589d635e7fc4bd7b330fe.tar.gz
archiva-8ee59dc9106e64d93aa589d635e7fc4bd7b330fe.zip
update upgrade docs
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@815246 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src/site/apt/adminguide/upgrade.apt')
-rw-r--r--archiva-docs/src/site/apt/adminguide/upgrade.apt26
1 files changed, 26 insertions, 0 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/upgrade.apt b/archiva-docs/src/site/apt/adminguide/upgrade.apt
index a71b7c167..f1a664303 100644
--- a/archiva-docs/src/site/apt/adminguide/upgrade.apt
+++ b/archiva-docs/src/site/apt/adminguide/upgrade.apt
@@ -21,3 +21,29 @@ Upgrading Archiva
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.