1
1
2
- Instructions for updating OpenCms 8 .x, 9.x and 10.0 .x to @OPENCMS_VERSION@
2
+ Instructions for updating OpenCms 10 .x, 11.x, 12.x 13.x and 14 .x to @OPENCMS_VERSION@
3
3
4
4
5
5
WARNING:
@@ -16,7 +16,7 @@ existing OpenCms installation when using this upgrade wizard.
16
16
IMPORTANT: Before using this upgrade wizard, make sure you have a full backup
17
17
of your OpenCms installation and database.
18
18
19
- IMPORTANT: Alkacon OCEE versions less than 5 will not work with OpenCms 10 .
19
+ IMPORTANT: Alkacon OCEE versions less than 15 will not work with OpenCms 15 .
20
20
21
21
IMPORTANT: The updater is only compatible with the database engines MySQL,
22
22
Oracle and PostgreSQL.
@@ -30,7 +30,7 @@ IMPORTANT: The upgrade wizard will replace all VFS resources of the updated modu
30
30
Administration to export all the changes you have done after installing
31
31
OpenCms.
32
32
33
- Follow the following steps to update from OpenCms 10.x to @OPENCMS_VERSION@:
33
+ Follow the following steps to update from OpenCms 10.x, 11.x, 12.x 13.x or 14.x to @OPENCMS_VERSION@:
34
34
35
35
36
36
1. Shutdown your OpenCms servlet container
@@ -87,8 +87,7 @@ file for errors and exceptions after installation. There should be no exceptions
87
87
caused by the upgrade if everything went as expected. Some exceptions may occur
88
88
in case you have an advanced OpenCms installation with many customized classes.
89
89
90
- The update wizard will also do a full rebuild of all your search indices, and
91
- purge the JSP repository.
90
+ The update wizard will also purge the JSP repository.
92
91
93
92
The wizard will finish similar to the setup wizard. After the final confirmation,
94
93
the wizard will be locked again (in the opencms.properties file).
@@ -107,9 +106,6 @@ want to merge the 'schema.xml' and the 'solrconfig.xml' first. Note that these t
107
106
are now located under solr/configsets/default/conf/ - up to OpenCms 10 it was solr/conf/.
108
107
Even if you only keep your old config files, move them to solr/configsets/default/conf/.
109
108
110
- If you are updating from an earlier version than 8.5.0, always copy the whole solr-update/
111
- folder to the solr/ folder instead.
112
-
113
109
When you are done, enable Solr in the opencms-search.xml again (and restart the servlet
114
110
container).
115
111
@@ -128,8 +124,10 @@ You should now be able to log into the OpenCms workplace as before.
128
124
8. Rebuild search indexes
129
125
130
126
As the search libraries and configuration may have changed, it is necessary to rebuild all search indexes.
131
- Log into OpenCms and navigate to Launchpad > Search Management and rebuild all indexes.
127
+ Log into OpenCms and navigate to Launchpad > Database -> Search Indexes and rebuild all indexes.
132
128
129
+ If you update from OpenCms 10.x, you must delete the files under WEB-INF/index/ first and restart your
130
+ servlet container and then reindex your search indexes as shown above.
133
131
134
132
135
133
9. Convert model groups [only relevant when updating from 10.0.x]
0 commit comments