summaryrefslogtreecommitdiffstats
path: root/archiva-docs/src/site/apt/adminguide/upgrade.apt
diff options
context:
space:
mode:
Diffstat (limited to 'archiva-docs/src/site/apt/adminguide/upgrade.apt')
-rw-r--r--archiva-docs/src/site/apt/adminguide/upgrade.apt6
1 files changed, 3 insertions, 3 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/upgrade.apt b/archiva-docs/src/site/apt/adminguide/upgrade.apt
index 69348a8f3..a71b7c167 100644
--- a/archiva-docs/src/site/apt/adminguide/upgrade.apt
+++ b/archiva-docs/src/site/apt/adminguide/upgrade.apt
@@ -14,10 +14,10 @@ Upgrading Archiva
The repository data is portable across versions, and multiple versions can be configured to look at the same repositories (though not run simultaneously).
-* Upgrading Archiva from 1.1 to 1.2
+* Upgrading Archiva from 1.1.x to 1.2.x
- Because of the changes in the search implementation in 1.2, a few additional steps need to be performed when upgrading Archiva from 1.x to
- 1.2. Since the format of the index has changed in 1.2, the old index directory (which is located at <<</path/to/repo/.index>>> by default) needs to
+ Because of the changes in the search implementation starting in 1.2, a few additional steps need to be performed when upgrading Archiva from 1.1.x to
+ 1.2.x. Since the format of the index has changed in 1.2.x, the old index directory (which is located at <<</path/to/repo/.index>>> by default) needs to
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.